#6E8424

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

Shades of Olive Drab #6E8424

Tints of Olive Drab #6E8424

Color information

#6E8424 (or 0x6E8424) is unknown color: approx Olive Drab. HEX triplet: 6E, 84 and 24. RGB value is (110,132,36). Sum of RGB (Red+Green+Blue) = 110+132+36=278 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.57% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #6E8424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8424 is #917BDB. Grayscale: #727272. Windows color (decimal): -9534428 or 2393198. OLE color: 2393198.

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

Color convert

RGB11013236-
CMYK0.1700.730.48
HSL73.75º57.14%32.94%-
HSV(B)73.75º72.73%51.76%-
XYZ1519.944.73-
YUV114.4883.71124.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.57%
GREEN value IS 132 (51.95% from 255) = 47.48%
BLUE value IS 36 (14.45% from 255) = 12.95%
R=39.57%
G=47.48%
B=12.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110132360.1700.730.4873.7557.1432.94
Hex6E842411049304a3921
Octal15620444210111601127141
Binary11011101000010010010010001010010011100001001010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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