#6C8015

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

Shades of Olive Drab #6C8015

Tints of Olive Drab #6C8015

Color information

#6C8015 (or 0x6C8015) is unknown color: approx Olive Drab. HEX triplet: 6C, 80 and 15. RGB value is (108,128,21). Sum of RGB (Red+Green+Blue) = 108+128+21=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #6C8015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8015 is #937FEA. Grayscale: #6E6E6E. Windows color (decimal): -9666539 or 1409132. OLE color: 1409132.

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

Color convert

RGB10812821-
CMYK0.1600.840.50
HSL71.21º71.81%29.22%-
HSV(B)71.21º83.59%50.2%-
XYZ14.0418.683.58-
YUV109.8277.87126.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.02%
GREEN value IS 128 (50.39% from 255) = 49.81%
BLUE value IS 21 (8.59% from 255) = 8.17%
R=42.02%
G=49.81%
B=8.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal108128210.1600.840.5071.2171.8129.22
Hex6C8015100543247481d
Octal154200252001246210711035
Binary1101100100000001010110000010101001100101000111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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