#6E8008

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

Shades of Olive #6E8008

Tints of Olive #6E8008

Color information

#6E8008 (or 0x6E8008) is unknown color: approx Olive. HEX triplet: 6E, 80 and 08. RGB value is (110,128,8). Sum of RGB (Red+Green+Blue) = 110+128+8=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #6E8008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8008 is #917FF7. Grayscale: #6D6D6D. Windows color (decimal): -9535480 or 557166. OLE color: 557166.

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

Color convert

RGB1101288-
CMYK0.1400.940.50
HSL69º88.24%26.67%-
HSV(B)69º93.75%50.2%-
XYZ14.1918.773.1-
YUV108.9471.04128.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.72%
GREEN value IS 128 (50.39% from 255) = 52.03%
BLUE value IS 8 (3.52% from 255) = 3.25%
R=44.72%
G=52.03%
B=3.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11012880.1400.940.506988.2426.67
Hex6E808E05E3245581b
Octal156200101601366210513033
Binary11011101000000010001110010111101100101000101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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