#6C8036

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

Shades of Olive Drab #6C8036

Tints of Olive Drab #6C8036

Color information

#6C8036 (or 0x6C8036) is unknown color: approx Olive Drab. HEX triplet: 6C, 80 and 36. RGB value is (108,128,54). Sum of RGB (Red+Green+Blue) = 108+128+54=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #6C8036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8036 is #937FC9. Grayscale: #717171. Windows color (decimal): -9666506 or 3571820. OLE color: 3571820.

HSL color Cylindrical-coordinate representation of color #6C8036: hue angle of 76.22º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C8036 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB10812854-
CMYK0.1600.580.50
HSL76.22º40.66%35.69%-
HSV(B)76.22º57.81%50.2%-
XYZ14.5718.896.37-
YUV113.5894.37124.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.24%
GREEN value IS 128 (50.39% from 255) = 44.14%
BLUE value IS 54 (21.48% from 255) = 18.62%
R=37.24%
G=44.14%
B=18.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal108128540.1600.580.5076.2240.6635.69
Hex6C80361003A324c2924
Octal1542006620072621145144
Binary1101100100000001101101000001110101100101001100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,128,54); }

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

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

 a { background-color: rgb(108,128,54); }

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

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

 span { border-color: rgb(108,128,54); }

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