#6C8624

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

Shades of Olive Drab #6C8624

Tints of Olive Drab #6C8624

Color information

#6C8624 (or 0x6C8624) is unknown color: approx Olive Drab. HEX triplet: 6C, 86 and 24. RGB value is (108,134,36). Sum of RGB (Red+Green+Blue) = 108+134+36=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #6C8624 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8624 is #9379DB. Grayscale: #737373. Windows color (decimal): -9664988 or 2393708. OLE color: 2393708.

HSL color Cylindrical-coordinate representation of color #6C8624: hue angle of 75.92º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C8624 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB10813436-
CMYK0.1900.730.47
HSL75.92º57.65%33.33%-
HSV(B)75.92º73.13%52.55%-
XYZ15.0320.374.81-
YUV115.0583.39122.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.85%
GREEN value IS 134 (52.73% from 255) = 48.20%
BLUE value IS 36 (14.45% from 255) = 12.95%
R=38.85%
G=48.20%
B=12.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108134360.1900.730.4775.9257.6533.33
Hex6C8624130492F4c3a21
Octal15420644230111571147241
Binary11011001000011010010010011010010011011111001100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,134,36); }

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

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

 a { background-color: rgb(108,134,36); }

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

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

 span { border-color: rgb(108,134,36); }

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