#6E8108

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

Shades of Olive #6E8108

Tints of Olive #6E8108

Color information

#6E8108 (or 0x6E8108) is unknown color: approx Olive. HEX triplet: 6E, 81 and 08. RGB value is (110,129,8). Sum of RGB (Red+Green+Blue) = 110+129+8=247 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.53% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #6E8108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8108 is #917EF7. Grayscale: #6D6D6D. Windows color (decimal): -9535224 or 557422. OLE color: 557422.

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

Color convert

RGB1101298-
CMYK0.1500.940.49
HSL69.42º88.32%26.86%-
HSV(B)69.42º93.8%50.59%-
XYZ14.3219.033.15-
YUV109.5270.71128.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.53%
GREEN value IS 129 (50.78% from 255) = 52.23%
BLUE value IS 8 (3.52% from 255) = 3.24%
R=44.53%
G=52.23%
B=3.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11012980.1500.940.4969.4288.3226.86
Hex6E818F05E3145581b
Octal156201101701366110513033
Binary11011101000000110001111010111101100011000101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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