Shades of Olive Drab #6C8A18
Tints of Olive Drab #6C8A18
RGB
CMYK
RGB Variations
Color information
#6C8A18 (or 0x6C8A18) is known color: Olive Drab. HEX triplet: 6C, 8A and 18. RGB value is (108,138,24). Sum of RGB (Red+Green+Blue) = 108+138+24=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8A18 is #9375E7. Grayscale: #747474. Windows color (decimal): -9663976 or 1608300. OLE color: 1608300.
HSL color Cylindrical-coordinate representation of color #6C8A18: hue angle of 75.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C8A18 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 138 | 24 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.46 |
| HSL | 75.79º | 0.7% | 0.32% | - |
| HSV(B) | 75.79º | 0.83% | 0.54% | - |
| XYZ | 15.44 | 21.43 | 4.19 | - |
| YUV | 116.03 | 76.06 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 138 | 24 | 0.22 | 0 | 0.83 | 0.46 | 75.79 | 0.7 | 0.32 |
| Hex | 6C | 8A | 18 | 16 | 0 | 53 | 2E | 4C | 46 | 20 |
| Octal | 154 | 212 | 30 | 26 | 0 | 123 | 56 | 114 | 106 | 40 |
| Binary | 1101100 | 10001010 | 11000 | 10110 | 0 | 1010011 | 101110 | 1001100 | 1000110 | 100000 |
Color Harmonies of #6C8A18
Complementary color
Monochromatic Colors of #6C8A18
Black with #6C8A18
Text Example
Text Example
White with #6C8A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8A18; }
p { color: rgb(108,138,24); }
H1.HeaderClassName
{
color: #6C8A18;
}
.AnyTagClassName
{
color: #6C8A18;
}
</style>
background-color css
<style>
a { background-color: #6C8A18; }
a { background-color: rgb(108,138,24); }
div.DivClassName
{
background-color: #6C8A18;
}
.BgClassName
{
background-color: #6C8A18;
}
</style>
border-color css
<style>
span { border-color: #6C8A18; }
span { border-color: rgb(108,138,24); }
td.TdClassName
{
border-color: #6C8A18;
}
.TagClassName
{
border-color: #6C8A18;
}
</style>