#6E8413

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

Shades of Olive Drab #6E8413

Tints of Olive Drab #6E8413

Color information

#6E8413 (or 0x6E8413) is unknown color: approx Olive Drab. HEX triplet: 6E, 84 and 13. RGB value is (110,132,19). Sum of RGB (Red+Green+Blue) = 110+132+19=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #6E8413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8413 is #917BEC. Grayscale: #707070. Windows color (decimal): -9534445 or 1279086. OLE color: 1279086.

HSL color Cylindrical-coordinate representation of color #6E8413: hue angle of 71.68º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E8413 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB11013219-
CMYK0.1700.860.48
HSL71.68º74.83%29.61%-
HSV(B)71.68º85.61%51.76%-
XYZ14.819.863.67-
YUV112.5475.21126.19-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.15%
GREEN value IS 132 (51.95% from 255) = 50.57%
BLUE value IS 19 (7.81% from 255) = 7.28%
R=42.15%
G=50.57%
B=7.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110132190.1700.860.4871.6874.8329.61
Hex6E84131105630484b1e
Octal156204232101266011011336
Binary1101110100001001001110001010101101100001001000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,132,19); }

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

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

 a { background-color: rgb(110,132,19); }

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

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

 span { border-color: rgb(110,132,19); }

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