#6E8124

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

Shades of Olive Drab #6E8124

Tints of Olive Drab #6E8124

Color information

#6E8124 (or 0x6E8124) is unknown color: approx Olive Drab. HEX triplet: 6E, 81 and 24. RGB value is (110,129,36). Sum of RGB (Red+Green+Blue) = 110+129+36=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #6E8124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8124 is #917EDB. Grayscale: #717171. Windows color (decimal): -9535196 or 2392430. OLE color: 2392430.

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

Color convert

RGB11012936-
CMYK0.1500.720.49
HSL72.26º56.36%32.35%-
HSV(B)72.26º72.09%50.59%-
XYZ14.619.144.59-
YUV112.7284.71126.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40%
GREEN value IS 129 (50.78% from 255) = 46.91%
BLUE value IS 36 (14.45% from 255) = 13.09%
R=40%
G=46.91%
B=13.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110129360.1500.720.4972.2656.3632.35
Hex6E8124F04831483820
Octal15620144170110611107040
Binary1101110100000011001001111010010001100011001000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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