#6E8009

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

Shades of Olive #6E8009

Tints of Olive #6E8009

Color information

#6E8009 (or 0x6E8009) is unknown color: approx Olive. HEX triplet: 6E, 80 and 09. RGB value is (110,128,9). Sum of RGB (Red+Green+Blue) = 110+128+9=247 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.53% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #6E8009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8009 is #917FF6. Grayscale: #6D6D6D. Windows color (decimal): -9535479 or 622702. OLE color: 622702.

HSL color Cylindrical-coordinate representation of color #6E8009: hue angle of 69.08º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E8009 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB1101289-
CMYK0.1400.930.50
HSL69.08º86.86%26.86%-
HSV(B)69.08º92.97%50.2%-
XYZ14.218.773.13-
YUV109.0571.54128.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.53%
GREEN value IS 128 (50.39% from 255) = 51.82%
BLUE value IS 9 (3.91% from 255) = 3.64%
R=44.53%
G=51.82%
B=3.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11012890.1400.930.5069.0886.8626.86
Hex6E809E05D3245571b
Octal156200111601356210512733
Binary11011101000000010011110010111011100101000101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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