Shades of Olive Drab #7B9619
Tints of Olive Drab #7B9619
RGB
CMYK
RGB Variations
Color information
#7B9619 (or 0x7B9619) is known color: Olive Drab. HEX triplet: 7B, 96 and 19. RGB value is (123,150,25). Sum of RGB (Red+Green+Blue) = 123+150+25=298 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.28% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #7B9619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9619 is #8469E6. Grayscale: #808080. Windows color (decimal): -8677863 or 1676923. OLE color: 1676923.
HSL color Cylindrical-coordinate representation of color #7B9619: hue angle of 72.96º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B9619 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 150 | 25 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.41 |
| HSL | 72.96º | 0.71% | 0.34% | - |
| HSV(B) | 72.96º | 0.83% | 0.59% | - |
| XYZ | 19.25 | 26.09 | 4.94 | - |
| YUV | 127.68 | 70.05 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 25 | 0.18 | 0 | 0.83 | 0.41 | 72.96 | 0.71 | 0.34 |
| Hex | 7B | 96 | 19 | 12 | 0 | 53 | 29 | 49 | 47 | 22 |
| Octal | 173 | 226 | 31 | 22 | 0 | 123 | 51 | 111 | 107 | 42 |
| Binary | 1111011 | 10010110 | 11001 | 10010 | 0 | 1010011 | 101001 | 1001001 | 1000111 | 100010 |
Color Harmonies of #7B9619
Complementary color
Monochromatic Colors of #7B9619
Black with #7B9619
Text Example
Text Example
White with #7B9619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9619; }
p { color: rgb(123,150,25); }
H1.HeaderClassName
{
color: #7B9619;
}
.AnyTagClassName
{
color: #7B9619;
}
</style>
background-color css
<style>
a { background-color: #7B9619; }
a { background-color: rgb(123,150,25); }
div.DivClassName
{
background-color: #7B9619;
}
.BgClassName
{
background-color: #7B9619;
}
</style>
border-color css
<style>
span { border-color: #7B9619; }
span { border-color: rgb(123,150,25); }
td.TdClassName
{
border-color: #7B9619;
}
.TagClassName
{
border-color: #7B9619;
}
</style>