Shades of Olive Drab #67960D
Tints of Olive Drab #67960D
RGB
CMYK
RGB Variations
Color information
#67960D (or 0x67960D) is known color: Olive Drab. HEX triplet: 67, 96 and 0D. RGB value is (103,150,13). Sum of RGB (Red+Green+Blue) = 103+150+13=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 150 (58.98% from 255 or 56.39% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 150 - color contains mainly: green. Hex color #67960D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67960D is #9869F2. Grayscale: #787878. Windows color (decimal): -9988595 or 890471. OLE color: 890471.
HSL color Cylindrical-coordinate representation of color #67960D: hue angle of 80.58º 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 #67960D is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 150 | 13 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.41 |
| HSL | 80.58º | 0.84% | 0.32% | - |
| HSV(B) | 80.58º | 0.91% | 0.59% | - |
| XYZ | 16.57 | 24.73 | 4.28 | - |
| YUV | 120.33 | 67.43 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 13 | 0.31 | 0 | 0.91 | 0.41 | 80.58 | 0.84 | 0.32 |
| Hex | 67 | 96 | D | 1F | 0 | 5B | 29 | 51 | 54 | 20 |
| Octal | 147 | 226 | 15 | 37 | 0 | 133 | 51 | 121 | 124 | 40 |
| Binary | 1100111 | 10010110 | 1101 | 11111 | 0 | 1011011 | 101001 | 1010001 | 1010100 | 100000 |
Color Harmonies of #67960D
Complementary color
Monochromatic Colors of #67960D
Black with #67960D
Text Example
Text Example
White with #67960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67960D; }
p { color: rgb(103,150,13); }
H1.HeaderClassName
{
color: #67960D;
}
.AnyTagClassName
{
color: #67960D;
}
</style>
background-color css
<style>
a { background-color: #67960D; }
a { background-color: rgb(103,150,13); }
div.DivClassName
{
background-color: #67960D;
}
.BgClassName
{
background-color: #67960D;
}
</style>
border-color css
<style>
span { border-color: #67960D; }
span { border-color: rgb(103,150,13); }
td.TdClassName
{
border-color: #67960D;
}
.TagClassName
{
border-color: #67960D;
}
</style>