Shades of Olive Drab #7B9719
Tints of Olive Drab #7B9719
RGB
CMYK
RGB Variations
Color information
#7B9719 (or 0x7B9719) is known color: Olive Drab. HEX triplet: 7B, 97 and 19. RGB value is (123,151,25). Sum of RGB (Red+Green+Blue) = 123+151+25=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #7B9719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9719 is #8468E6. Grayscale: #808080. Windows color (decimal): -8677607 or 1677179. OLE color: 1677179.
HSL color Cylindrical-coordinate representation of color #7B9719: hue angle of 73.33º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B9719 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 151 | 25 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.41 |
| HSL | 73.33º | 0.72% | 0.35% | - |
| HSV(B) | 73.33º | 0.83% | 0.59% | - |
| XYZ | 19.41 | 26.41 | 5 | - |
| YUV | 128.26 | 69.72 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 151 | 25 | 0.19 | 0 | 0.83 | 0.41 | 73.33 | 0.72 | 0.35 |
| Hex | 7B | 97 | 19 | 13 | 0 | 53 | 29 | 49 | 48 | 23 |
| Octal | 173 | 227 | 31 | 23 | 0 | 123 | 51 | 111 | 110 | 43 |
| Binary | 1111011 | 10010111 | 11001 | 10011 | 0 | 1010011 | 101001 | 1001001 | 1001000 | 100011 |
Color Harmonies of #7B9719
Complementary color
Monochromatic Colors of #7B9719
Black with #7B9719
Text Example
Text Example
White with #7B9719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9719; }
p { color: rgb(123,151,25); }
H1.HeaderClassName
{
color: #7B9719;
}
.AnyTagClassName
{
color: #7B9719;
}
</style>
background-color css
<style>
a { background-color: #7B9719; }
a { background-color: rgb(123,151,25); }
div.DivClassName
{
background-color: #7B9719;
}
.BgClassName
{
background-color: #7B9719;
}
</style>
border-color css
<style>
span { border-color: #7B9719; }
span { border-color: rgb(123,151,25); }
td.TdClassName
{
border-color: #7B9719;
}
.TagClassName
{
border-color: #7B9719;
}
</style>