Shades of Olive Drab #6C802A
Tints of Olive Drab #6C802A
RGB
CMYK
RGB Variations
Color information
#6C802A (or 0x6C802A) is known color: Olive Drab. HEX triplet: 6C, 80 and 2A. RGB value is (108,128,42). Sum of RGB (Red+Green+Blue) = 108+128+42=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #6C802A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C802A is #937FD5. Grayscale: #707070. Windows color (decimal): -9666518 or 2785388. OLE color: 2785388.
HSL color Cylindrical-coordinate representation of color #6C802A: hue angle of 73.95º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C802A is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 108 | 128 | 42 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.50 |
| HSL | 73.95º | 0.51% | 0.33% | - |
| HSV(B) | 73.95º | 0.67% | 0.5% | - |
| XYZ | 14.32 | 18.79 | 5.06 | - |
| YUV | 112.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 128 | 42 | 0.16 | 0 | 0.67 | 0.50 | 73.95 | 0.51 | 0.33 |
| Hex | 6C | 80 | 2A | 10 | 0 | 43 | 32 | 4A | 33 | 21 |
| Octal | 154 | 200 | 52 | 20 | 0 | 103 | 62 | 112 | 63 | 41 |
| Binary | 1101100 | 10000000 | 101010 | 10000 | 0 | 1000011 | 110010 | 1001010 | 110011 | 100001 |
Color Harmonies of #6C802A
Complementary color
Monochromatic Colors of #6C802A
Black with #6C802A
Text Example
Text Example
White with #6C802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C802A; }
p { color: rgb(108,128,42); }
H1.HeaderClassName
{
color: #6C802A;
}
.AnyTagClassName
{
color: #6C802A;
}
</style>
background-color css
<style>
a { background-color: #6C802A; }
a { background-color: rgb(108,128,42); }
div.DivClassName
{
background-color: #6C802A;
}
.BgClassName
{
background-color: #6C802A;
}
</style>
border-color css
<style>
span { border-color: #6C802A; }
span { border-color: rgb(108,128,42); }
td.TdClassName
{
border-color: #6C802A;
}
.TagClassName
{
border-color: #6C802A;
}
</style>