Shades of Olive Drab #6C8F28
Tints of Olive Drab #6C8F28
RGB
CMYK
RGB Variations
Color information
#6C8F28 (or 0x6C8F28) is known color: Olive Drab. HEX triplet: 6C, 8F and 28. RGB value is (108,143,40). Sum of RGB (Red+Green+Blue) = 108+143+40=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 143 - color contains mainly: green. Hex color #6C8F28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8F28 is #9370D7. Grayscale: #797979. Windows color (decimal): -9662680 or 2658156. OLE color: 2658156.
HSL color Cylindrical-coordinate representation of color #6C8F28: hue angle of 80.39º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C8F28 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 143 | 40 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.44 |
| HSL | 80.39º | 0.56% | 0.36% | - |
| HSV(B) | 80.39º | 0.72% | 0.56% | - |
| XYZ | 16.39 | 22.99 | 5.58 | - |
| YUV | 120.79 | 82.4 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 143 | 40 | 0.24 | 0 | 0.72 | 0.44 | 80.39 | 0.56 | 0.36 |
| Hex | 6C | 8F | 28 | 18 | 0 | 48 | 2C | 50 | 38 | 24 |
| Octal | 154 | 217 | 50 | 30 | 0 | 110 | 54 | 120 | 70 | 44 |
| Binary | 1101100 | 10001111 | 101000 | 11000 | 0 | 1001000 | 101100 | 1010000 | 111000 | 100100 |
Color Harmonies of #6C8F28
Complementary color
Monochromatic Colors of #6C8F28
Black with #6C8F28
Text Example
Text Example
White with #6C8F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8F28; }
p { color: rgb(108,143,40); }
H1.HeaderClassName
{
color: #6C8F28;
}
.AnyTagClassName
{
color: #6C8F28;
}
</style>
background-color css
<style>
a { background-color: #6C8F28; }
a { background-color: rgb(108,143,40); }
div.DivClassName
{
background-color: #6C8F28;
}
.BgClassName
{
background-color: #6C8F28;
}
</style>
border-color css
<style>
span { border-color: #6C8F28; }
span { border-color: rgb(108,143,40); }
td.TdClassName
{
border-color: #6C8F28;
}
.TagClassName
{
border-color: #6C8F28;
}
</style>