Shades of Olive Drab #67850F
Tints of Olive Drab #67850F
RGB
CMYK
RGB Variations
Color information
#67850F (or 0x67850F) is known color: Olive Drab. HEX triplet: 67, 85 and 0F. RGB value is (103,133,15). Sum of RGB (Red+Green+Blue) = 103+133+15=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #67850F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67850F is #987AF0. Grayscale: #6F6F6F. Windows color (decimal): -9992945 or 1017191. OLE color: 1017191.
HSL color Cylindrical-coordinate representation of color #67850F: hue angle of 75.25º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67850F is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 15 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.48 |
| HSL | 75.25º | 0.8% | 0.29% | - |
| HSV(B) | 75.25º | 0.89% | 0.52% | - |
| XYZ | 14.07 | 19.69 | 3.51 | - |
| YUV | 110.58 | 74.06 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 15 | 0.23 | 0 | 0.89 | 0.48 | 75.25 | 0.8 | 0.29 |
| Hex | 67 | 85 | F | 17 | 0 | 59 | 30 | 4B | 50 | 1D |
| Octal | 147 | 205 | 17 | 27 | 0 | 131 | 60 | 113 | 120 | 35 |
| Binary | 1100111 | 10000101 | 1111 | 10111 | 0 | 1011001 | 110000 | 1001011 | 1010000 | 11101 |
Color Harmonies of #67850F
Complementary color
Monochromatic Colors of #67850F
Black with #67850F
Text Example
Text Example
White with #67850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67850F; }
p { color: rgb(103,133,15); }
H1.HeaderClassName
{
color: #67850F;
}
.AnyTagClassName
{
color: #67850F;
}
</style>
background-color css
<style>
a { background-color: #67850F; }
a { background-color: rgb(103,133,15); }
div.DivClassName
{
background-color: #67850F;
}
.BgClassName
{
background-color: #67850F;
}
</style>
border-color css
<style>
span { border-color: #67850F; }
span { border-color: rgb(103,133,15); }
td.TdClassName
{
border-color: #67850F;
}
.TagClassName
{
border-color: #67850F;
}
</style>