Shades of Olive Drab #67970D
Tints of Olive Drab #67970D
RGB
CMYK
RGB Variations
Color information
#67970D (or 0x67970D) is known color: Olive Drab. HEX triplet: 67, 97 and 0D. RGB value is (103,151,13). Sum of RGB (Red+Green+Blue) = 103+151+13=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 151 (59.38% from 255 or 56.55% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 151 - color contains mainly: green. Hex color #67970D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67970D is #9868F2. Grayscale: #797979. Windows color (decimal): -9988339 or 890727. OLE color: 890727.
HSL color Cylindrical-coordinate representation of color #67970D: hue angle of 80.87º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67970D is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 151 | 13 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.41 |
| HSL | 80.87º | 0.84% | 0.32% | - |
| HSV(B) | 80.87º | 0.91% | 0.59% | - |
| XYZ | 16.73 | 25.05 | 4.33 | - |
| YUV | 120.92 | 67.1 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 13 | 0.32 | 0 | 0.91 | 0.41 | 80.87 | 0.84 | 0.32 |
| Hex | 67 | 97 | D | 20 | 0 | 5B | 29 | 51 | 54 | 20 |
| Octal | 147 | 227 | 15 | 40 | 0 | 133 | 51 | 121 | 124 | 40 |
| Binary | 1100111 | 10010111 | 1101 | 100000 | 0 | 1011011 | 101001 | 1010001 | 1010100 | 100000 |
Color Harmonies of #67970D
Complementary color
Monochromatic Colors of #67970D
Black with #67970D
Text Example
Text Example
White with #67970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67970D; }
p { color: rgb(103,151,13); }
H1.HeaderClassName
{
color: #67970D;
}
.AnyTagClassName
{
color: #67970D;
}
</style>
background-color css
<style>
a { background-color: #67970D; }
a { background-color: rgb(103,151,13); }
div.DivClassName
{
background-color: #67970D;
}
.BgClassName
{
background-color: #67970D;
}
</style>
border-color css
<style>
span { border-color: #67970D; }
span { border-color: rgb(103,151,13); }
td.TdClassName
{
border-color: #67970D;
}
.TagClassName
{
border-color: #67970D;
}
</style>