Shades of Olive Drab #6C8F23
Tints of Olive Drab #6C8F23
RGB
CMYK
RGB Variations
Color information
#6C8F23 (or 0x6C8F23) is known color: Olive Drab. HEX triplet: 6C, 8F and 23. RGB value is (108,143,35). Sum of RGB (Red+Green+Blue) = 108+143+35=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 143 (56.25% from 255 or 50% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 143 - color contains mainly: green. Hex color #6C8F23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8F23 is #9370DC. Grayscale: #787878. Windows color (decimal): -9662685 or 2330476. OLE color: 2330476.
HSL color Cylindrical-coordinate representation of color #6C8F23: hue angle of 79.44º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C8F23 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 143 | 35 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.44 |
| HSL | 79.44º | 0.61% | 0.35% | - |
| HSV(B) | 79.44º | 0.76% | 0.56% | - |
| XYZ | 16.31 | 22.95 | 5.16 | - |
| YUV | 120.22 | 79.9 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 143 | 35 | 0.24 | 0 | 0.76 | 0.44 | 79.44 | 0.61 | 0.35 |
| Hex | 6C | 8F | 23 | 18 | 0 | 4C | 2C | 4F | 3D | 23 |
| Octal | 154 | 217 | 43 | 30 | 0 | 114 | 54 | 117 | 75 | 43 |
| Binary | 1101100 | 10001111 | 100011 | 11000 | 0 | 1001100 | 101100 | 1001111 | 111101 | 100011 |
Color Harmonies of #6C8F23
Complementary color
Monochromatic Colors of #6C8F23
Black with #6C8F23
Text Example
Text Example
White with #6C8F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8F23; }
p { color: rgb(108,143,35); }
H1.HeaderClassName
{
color: #6C8F23;
}
.AnyTagClassName
{
color: #6C8F23;
}
</style>
background-color css
<style>
a { background-color: #6C8F23; }
a { background-color: rgb(108,143,35); }
div.DivClassName
{
background-color: #6C8F23;
}
.BgClassName
{
background-color: #6C8F23;
}
</style>
border-color css
<style>
span { border-color: #6C8F23; }
span { border-color: rgb(108,143,35); }
td.TdClassName
{
border-color: #6C8F23;
}
.TagClassName
{
border-color: #6C8F23;
}
</style>