Shades of Olive Drab #67990F
Tints of Olive Drab #67990F
RGB
CMYK
RGB Variations
Color information
#67990F (or 0x67990F) is known color: Olive Drab. HEX triplet: 67, 99 and 0F. RGB value is (103,153,15). Sum of RGB (Red+Green+Blue) = 103+153+15=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 153 (60.16% from 255 or 56.46% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 153 - color contains mainly: green. Hex color #67990F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67990F is #9866F0. Grayscale: #7A7A7A. Windows color (decimal): -9987825 or 1022311. OLE color: 1022311.
HSL color Cylindrical-coordinate representation of color #67990F: hue angle of 81.74º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67990F is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 15 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.4 |
| HSL | 81.74º | 0.82% | 0.33% | - |
| HSV(B) | 81.74º | 0.9% | 0.6% | - |
| XYZ | 17.07 | 25.7 | 4.51 | - |
| YUV | 122.32 | 67.44 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 15 | 0.33 | 0 | 0.90 | 0.4 | 81.74 | 0.82 | 0.33 |
| Hex | 67 | 99 | F | 21 | 0 | 5A | 28 | 52 | 52 | 21 |
| Octal | 147 | 231 | 17 | 41 | 0 | 132 | 50 | 122 | 122 | 41 |
| Binary | 1100111 | 10011001 | 1111 | 100001 | 0 | 1011010 | 101000 | 1010010 | 1010010 | 100001 |
Color Harmonies of #67990F
Complementary color
Monochromatic Colors of #67990F
Black with #67990F
Text Example
Text Example
White with #67990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67990F; }
p { color: rgb(103,153,15); }
H1.HeaderClassName
{
color: #67990F;
}
.AnyTagClassName
{
color: #67990F;
}
</style>
background-color css
<style>
a { background-color: #67990F; }
a { background-color: rgb(103,153,15); }
div.DivClassName
{
background-color: #67990F;
}
.BgClassName
{
background-color: #67990F;
}
</style>
border-color css
<style>
span { border-color: #67990F; }
span { border-color: rgb(103,153,15); }
td.TdClassName
{
border-color: #67990F;
}
.TagClassName
{
border-color: #67990F;
}
</style>