#6D7401

Color #6D7401 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #6D7401

Tints of Olive #6D7401

Color information

#6D7401 (or 0x6D7401) is unknown color: approx Olive. HEX triplet: 6D, 74 and 01. RGB value is (109,116,1). Sum of RGB (Red+Green+Blue) = 109+116+1=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #6D7401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7401 is #928BFE. Grayscale: #656565. Windows color (decimal): -9604095 or 95341. OLE color: 95341.

HSL color Cylindrical-coordinate representation of color #6D7401: hue angle of 63.65º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D7401 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB1091161-
CMYK0.0600.990.55
HSL63.65º98.29%22.94%-
HSV(B)63.65º99.14%45.49%-
XYZ12.5615.742.41-
YUV100.871.68133.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 48.23%
GREEN value IS 116 (45.70% from 255) = 51.33%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=48.23%
G=51.33%
B=0.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10911610.0600.990.5563.6598.2922.94
Hex6D741606337406217
Octal1551641601436710014227
Binary110110111101001110011000111101111000000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D7401; }

 p { color: rgb(109,116,1); }

 H1.HeaderClassName
 {
   color: #6D7401;
 }
 .AnyTagClassName
 {
   color: #6D7401;
 }
</style>
background-color css

<style>
 a { background-color: #6D7401; }

 a { background-color: rgb(109,116,1); }

 div.DivClassName
 {
   background-color: #6D7401;
 }
 .BgClassName
 {
   background-color: #6D7401;
 }
</style>
border-color css

<style>
 span { border-color: #6D7401; }

 span { border-color: rgb(109,116,1); }

 td.TdClassName
 {
   border-color: #6D7401;
 }
 .TagClassName
 {
   border-color: #6D7401;
 }
</style>