Shades of Olive Drab #67981F
Tints of Olive Drab #67981F
RGB
CMYK
RGB Variations
Color information
#67981F (or 0x67981F) is known color: Olive Drab. HEX triplet: 67, 98 and 1F. RGB value is (103,152,31). Sum of RGB (Red+Green+Blue) = 103+152+31=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #67981F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67981F is #9867E0. Grayscale: #7B7B7B. Windows color (decimal): -9988065 or 2070631. OLE color: 2070631.
HSL color Cylindrical-coordinate representation of color #67981F: hue angle of 84.3º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #67981F is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 31 | - |
| CMYK | 0.32 | 0 | 0.80 | 0.40 |
| HSL | 84.3º | 0.66% | 0.36% | - |
| HSV(B) | 84.3º | 0.8% | 0.6% | - |
| XYZ | 17.07 | 25.44 | 5.31 | - |
| YUV | 123.56 | 75.77 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 31 | 0.32 | 0 | 0.80 | 0.40 | 84.3 | 0.66 | 0.36 |
| Hex | 67 | 98 | 1F | 20 | 0 | 50 | 28 | 54 | 42 | 24 |
| Octal | 147 | 230 | 37 | 40 | 0 | 120 | 50 | 124 | 102 | 44 |
| Binary | 1100111 | 10011000 | 11111 | 100000 | 0 | 1010000 | 101000 | 1010100 | 1000010 | 100100 |
Color Harmonies of #67981F
Complementary color
Monochromatic Colors of #67981F
Black with #67981F
Text Example
Text Example
White with #67981F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67981F; }
p { color: rgb(103,152,31); }
H1.HeaderClassName
{
color: #67981F;
}
.AnyTagClassName
{
color: #67981F;
}
</style>
background-color css
<style>
a { background-color: #67981F; }
a { background-color: rgb(103,152,31); }
div.DivClassName
{
background-color: #67981F;
}
.BgClassName
{
background-color: #67981F;
}
</style>
border-color css
<style>
span { border-color: #67981F; }
span { border-color: rgb(103,152,31); }
td.TdClassName
{
border-color: #67981F;
}
.TagClassName
{
border-color: #67981F;
}
</style>