Shades of Olive Drab #67980F
Tints of Olive Drab #67980F
RGB
CMYK
RGB Variations
Color information
#67980F (or 0x67980F) is known color: Olive Drab. HEX triplet: 67, 98 and 0F. RGB value is (103,152,15). Sum of RGB (Red+Green+Blue) = 103+152+15=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #67980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67980F is #9867F0. Grayscale: #7A7A7A. Windows color (decimal): -9988081 or 1022055. OLE color: 1022055.
HSL color Cylindrical-coordinate representation of color #67980F: hue angle of 81.46º 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 #67980F is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 15 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.40 |
| HSL | 81.46º | 0.82% | 0.33% | - |
| HSV(B) | 81.46º | 0.9% | 0.6% | - |
| XYZ | 16.91 | 25.37 | 4.46 | - |
| YUV | 121.73 | 67.77 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 15 | 0.32 | 0 | 0.90 | 0.40 | 81.46 | 0.82 | 0.33 |
| Hex | 67 | 98 | F | 20 | 0 | 5A | 28 | 51 | 52 | 21 |
| Octal | 147 | 230 | 17 | 40 | 0 | 132 | 50 | 121 | 122 | 41 |
| Binary | 1100111 | 10011000 | 1111 | 100000 | 0 | 1011010 | 101000 | 1010001 | 1010010 | 100001 |
Color Harmonies of #67980F
Complementary color
Monochromatic Colors of #67980F
Black with #67980F
Text Example
Text Example
White with #67980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67980F; }
p { color: rgb(103,152,15); }
H1.HeaderClassName
{
color: #67980F;
}
.AnyTagClassName
{
color: #67980F;
}
</style>
background-color css
<style>
a { background-color: #67980F; }
a { background-color: rgb(103,152,15); }
div.DivClassName
{
background-color: #67980F;
}
.BgClassName
{
background-color: #67980F;
}
</style>
border-color css
<style>
span { border-color: #67980F; }
span { border-color: rgb(103,152,15); }
td.TdClassName
{
border-color: #67980F;
}
.TagClassName
{
border-color: #67980F;
}
</style>