Shades of Olive Drab #6C8A15
Tints of Olive Drab #6C8A15
RGB
CMYK
RGB Variations
Color information
#6C8A15 (or 0x6C8A15) is known color: Olive Drab. HEX triplet: 6C, 8A and 15. RGB value is (108,138,21). Sum of RGB (Red+Green+Blue) = 108+138+21=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 138 (54.30% from 255 or 51.69% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8A15 is #9375EA. Grayscale: #747474. Windows color (decimal): -9663979 or 1411692. OLE color: 1411692.
HSL color Cylindrical-coordinate representation of color #6C8A15: hue angle of 75.38º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C8A15 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 138 | 21 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.46 |
| HSL | 75.38º | 0.74% | 0.31% | - |
| HSV(B) | 75.38º | 0.85% | 0.54% | - |
| XYZ | 15.41 | 21.42 | 4.03 | - |
| YUV | 115.69 | 74.56 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 138 | 21 | 0.22 | 0 | 0.85 | 0.46 | 75.38 | 0.74 | 0.31 |
| Hex | 6C | 8A | 15 | 16 | 0 | 55 | 2E | 4B | 4A | 1F |
| Octal | 154 | 212 | 25 | 26 | 0 | 125 | 56 | 113 | 112 | 37 |
| Binary | 1101100 | 10001010 | 10101 | 10110 | 0 | 1010101 | 101110 | 1001011 | 1001010 | 11111 |
Color Harmonies of #6C8A15
Complementary color
Monochromatic Colors of #6C8A15
Black with #6C8A15
Text Example
Text Example
White with #6C8A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8A15; }
p { color: rgb(108,138,21); }
H1.HeaderClassName
{
color: #6C8A15;
}
.AnyTagClassName
{
color: #6C8A15;
}
</style>
background-color css
<style>
a { background-color: #6C8A15; }
a { background-color: rgb(108,138,21); }
div.DivClassName
{
background-color: #6C8A15;
}
.BgClassName
{
background-color: #6C8A15;
}
</style>
border-color css
<style>
span { border-color: #6C8A15; }
span { border-color: rgb(108,138,21); }
td.TdClassName
{
border-color: #6C8A15;
}
.TagClassName
{
border-color: #6C8A15;
}
</style>