#6E8106

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

Shades of Olive #6E8106

Tints of Olive #6E8106

Color information

#6E8106 (or 0x6E8106) is unknown color: approx Olive. HEX triplet: 6E, 81 and 06. RGB value is (110,129,6). Sum of RGB (Red+Green+Blue) = 110+129+6=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #6E8106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8106 is #917EF9. Grayscale: #6D6D6D. Windows color (decimal): -9535226 or 426350. OLE color: 426350.

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

Color convert

RGB1101296-
CMYK0.1500.950.49
HSL69.27º91.11%26.47%-
HSV(B)69.27º95.35%50.59%-
XYZ14.3119.033.09-
YUV109.369.71128.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.90%
GREEN value IS 129 (50.78% from 255) = 52.65%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=44.90%
G=52.65%
B=2.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11012960.1500.950.4969.2791.1126.47
Hex6E816F05F31455b1a
Octal15620161701376110513332
Binary1101110100000011101111010111111100011000101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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