Shades of Olive Drab #67981D
Tints of Olive Drab #67981D
RGB
CMYK
RGB Variations
Color information
#67981D (or 0x67981D) is known color: Olive Drab. HEX triplet: 67, 98 and 1D. RGB value is (103,152,29). Sum of RGB (Red+Green+Blue) = 103+152+29=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #67981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67981D is #9867E2. Grayscale: #7B7B7B. Windows color (decimal): -9988067 or 1939559. OLE color: 1939559.
HSL color Cylindrical-coordinate representation of color #67981D: hue angle of 83.9º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #67981D is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 29 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.40 |
| HSL | 83.9º | 0.68% | 0.35% | - |
| HSV(B) | 83.9º | 0.81% | 0.6% | - |
| XYZ | 17.04 | 25.43 | 5.17 | - |
| YUV | 123.33 | 74.77 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 29 | 0.32 | 0 | 0.81 | 0.40 | 83.9 | 0.68 | 0.35 |
| Hex | 67 | 98 | 1D | 20 | 0 | 51 | 28 | 54 | 44 | 23 |
| Octal | 147 | 230 | 35 | 40 | 0 | 121 | 50 | 124 | 104 | 43 |
| Binary | 1100111 | 10011000 | 11101 | 100000 | 0 | 1010001 | 101000 | 1010100 | 1000100 | 100011 |
Color Harmonies of #67981D
Complementary color
Monochromatic Colors of #67981D
Black with #67981D
Text Example
Text Example
White with #67981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67981D; }
p { color: rgb(103,152,29); }
H1.HeaderClassName
{
color: #67981D;
}
.AnyTagClassName
{
color: #67981D;
}
</style>
background-color css
<style>
a { background-color: #67981D; }
a { background-color: rgb(103,152,29); }
div.DivClassName
{
background-color: #67981D;
}
.BgClassName
{
background-color: #67981D;
}
</style>
border-color css
<style>
span { border-color: #67981D; }
span { border-color: rgb(103,152,29); }
td.TdClassName
{
border-color: #67981D;
}
.TagClassName
{
border-color: #67981D;
}
</style>