#6E8119

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

Shades of Olive Drab #6E8119

Tints of Olive Drab #6E8119

Color information

#6E8119 (or 0x6E8119) is unknown color: approx Olive Drab. HEX triplet: 6E, 81 and 19. RGB value is (110,129,25). Sum of RGB (Red+Green+Blue) = 110+129+25=264 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.67% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #6E8119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8119 is #917EE6. Grayscale: #6F6F6F. Windows color (decimal): -9535207 or 1671534. OLE color: 1671534.

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

Color convert

RGB11012925-
CMYK0.1500.810.49
HSL70.96º67.53%30.2%-
HSV(B)70.96º80.62%50.59%-
XYZ14.4619.093.84-
YUV111.4679.21126.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.67%
GREEN value IS 129 (50.78% from 255) = 48.86%
BLUE value IS 25 (10.16% from 255) = 9.47%
R=41.67%
G=48.86%
B=9.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110129250.1500.810.4970.9667.5330.2
Hex6E8119F0513147441e
Octal156201311701216110710436
Binary110111010000001110011111010100011100011000111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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