#6E7609

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

Shades of Olive #6E7609

Tints of Olive #6E7609

Color information

#6E7609 (or 0x6E7609) is unknown color: approx Olive. HEX triplet: 6E, 76 and 09. RGB value is (110,118,9). Sum of RGB (Red+Green+Blue) = 110+118+9=237 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.41% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #6E7609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7609 is #9189F6. Grayscale: #676767. Windows color (decimal): -9538039 or 620142. OLE color: 620142.

HSL color Cylindrical-coordinate representation of color #6E7609: hue angle of 64.4º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E7609 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB1101189-
CMYK0.0700.920.54
HSL64.4º85.83%24.9%-
HSV(B)64.4º92.37%46.27%-
XYZ12.9616.292.72-
YUV103.1874.85132.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.41%
GREEN value IS 118 (46.48% from 255) = 49.79%
BLUE value IS 9 (3.91% from 255) = 3.80%
R=46.41%
G=49.79%
B=3.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11011890.0700.920.5464.485.8324.9
Hex6E769705C36405619
Octal15616611701346610012631
Binary110111011101101001111010111001101101000000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,118,9); }

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

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

 a { background-color: rgb(110,118,9); }

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

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

 span { border-color: rgb(110,118,9); }

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