Shades of Olive Drab #67880C
Tints of Olive Drab #67880C
RGB
CMYK
RGB Variations
Color information
#67880C (or 0x67880C) is known color: Olive Drab. HEX triplet: 67, 88 and 0C. RGB value is (103,136,12). Sum of RGB (Red+Green+Blue) = 103+136+12=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #67880C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67880C is #9877F3. Grayscale: #707070. Windows color (decimal): -9992180 or 821351. OLE color: 821351.
HSL color Cylindrical-coordinate representation of color #67880C: hue angle of 75.97º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67880C is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 12 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.47 |
| HSL | 75.97º | 0.84% | 0.29% | - |
| HSV(B) | 75.97º | 0.91% | 0.53% | - |
| XYZ | 14.46 | 20.52 | 3.55 | - |
| YUV | 112 | 71.57 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 12 | 0.24 | 0 | 0.91 | 0.47 | 75.97 | 0.84 | 0.29 |
| Hex | 67 | 88 | C | 18 | 0 | 5B | 2F | 4C | 54 | 1D |
| Octal | 147 | 210 | 14 | 30 | 0 | 133 | 57 | 114 | 124 | 35 |
| Binary | 1100111 | 10001000 | 1100 | 11000 | 0 | 1011011 | 101111 | 1001100 | 1010100 | 11101 |
Color Harmonies of #67880C
Complementary color
Monochromatic Colors of #67880C
Black with #67880C
Text Example
Text Example
White with #67880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67880C; }
p { color: rgb(103,136,12); }
H1.HeaderClassName
{
color: #67880C;
}
.AnyTagClassName
{
color: #67880C;
}
</style>
background-color css
<style>
a { background-color: #67880C; }
a { background-color: rgb(103,136,12); }
div.DivClassName
{
background-color: #67880C;
}
.BgClassName
{
background-color: #67880C;
}
</style>
border-color css
<style>
span { border-color: #67880C; }
span { border-color: rgb(103,136,12); }
td.TdClassName
{
border-color: #67880C;
}
.TagClassName
{
border-color: #67880C;
}
</style>