Shades of Olive Drab #67920F
Tints of Olive Drab #67920F
RGB
CMYK
RGB Variations
Color information
#67920F (or 0x67920F) is known color: Olive Drab. HEX triplet: 67, 92 and 0F. RGB value is (103,146,15). Sum of RGB (Red+Green+Blue) = 103+146+15=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #67920F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67920F is #986DF0. Grayscale: #767676. Windows color (decimal): -9989617 or 1020519. OLE color: 1020519.
HSL color Cylindrical-coordinate representation of color #67920F: hue angle of 79.69º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67920F is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 146 | 15 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.43 |
| HSL | 79.69º | 0.81% | 0.32% | - |
| HSV(B) | 79.69º | 0.9% | 0.57% | - |
| XYZ | 15.96 | 23.48 | 4.14 | - |
| YUV | 118.21 | 69.75 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 146 | 15 | 0.29 | 0 | 0.90 | 0.43 | 79.69 | 0.81 | 0.32 |
| Hex | 67 | 92 | F | 1D | 0 | 5A | 2B | 50 | 51 | 20 |
| Octal | 147 | 222 | 17 | 35 | 0 | 132 | 53 | 120 | 121 | 40 |
| Binary | 1100111 | 10010010 | 1111 | 11101 | 0 | 1011010 | 101011 | 1010000 | 1010001 | 100000 |
Color Harmonies of #67920F
Complementary color
Monochromatic Colors of #67920F
Black with #67920F
Text Example
Text Example
White with #67920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67920F; }
p { color: rgb(103,146,15); }
H1.HeaderClassName
{
color: #67920F;
}
.AnyTagClassName
{
color: #67920F;
}
</style>
background-color css
<style>
a { background-color: #67920F; }
a { background-color: rgb(103,146,15); }
div.DivClassName
{
background-color: #67920F;
}
.BgClassName
{
background-color: #67920F;
}
</style>
border-color css
<style>
span { border-color: #67920F; }
span { border-color: rgb(103,146,15); }
td.TdClassName
{
border-color: #67920F;
}
.TagClassName
{
border-color: #67920F;
}
</style>