#6E810A

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

Shades of Olive #6E810A

Tints of Olive #6E810A

Color information

#6E810A (or 0x6E810A) is unknown color: approx Olive. HEX triplet: 6E, 81 and 0A. RGB value is (110,129,10). Sum of RGB (Red+Green+Blue) = 110+129+10=249 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.18% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #6E810A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E810A is #917EF5. Grayscale: #6E6E6E. Windows color (decimal): -9535222 or 688494. OLE color: 688494.

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

Color convert

RGB11012910-
CMYK0.1500.920.49
HSL69.58º85.61%27.25%-
HSV(B)69.58º92.25%50.59%-
XYZ14.3419.043.21-
YUV109.7571.71128.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.18%
GREEN value IS 129 (50.78% from 255) = 51.81%
BLUE value IS 10 (4.30% from 255) = 4.02%
R=44.18%
G=51.81%
B=4.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110129100.1500.920.4969.5885.6127.25
Hex6E81AF05C3146561b
Octal156201121701346110612633
Binary11011101000000110101111010111001100011000110101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E810A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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