Shades of Olive Drab #7B951F
Tints of Olive Drab #7B951F
RGB
CMYK
RGB Variations
Color information
#7B951F (or 0x7B951F) is known color: Olive Drab. HEX triplet: 7B, 95 and 1F. RGB value is (123,149,31). Sum of RGB (Red+Green+Blue) = 123+149+31=303 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.59% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #7B951F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B951F is #846AE0. Grayscale: #808080. Windows color (decimal): -8678113 or 2069883. OLE color: 2069883.
HSL color Cylindrical-coordinate representation of color #7B951F: hue angle of 73.22º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B951F is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 149 | 31 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.42 |
| HSL | 73.22º | 0.66% | 0.35% | - |
| HSV(B) | 73.22º | 0.79% | 0.58% | - |
| XYZ | 19.16 | 25.8 | 5.27 | - |
| YUV | 127.77 | 73.39 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 149 | 31 | 0.17 | 0 | 0.79 | 0.42 | 73.22 | 0.66 | 0.35 |
| Hex | 7B | 95 | 1F | 11 | 0 | 4F | 2A | 49 | 42 | 23 |
| Octal | 173 | 225 | 37 | 21 | 0 | 117 | 52 | 111 | 102 | 43 |
| Binary | 1111011 | 10010101 | 11111 | 10001 | 0 | 1001111 | 101010 | 1001001 | 1000010 | 100011 |
Color Harmonies of #7B951F
Complementary color
Monochromatic Colors of #7B951F
Black with #7B951F
Text Example
Text Example
White with #7B951F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B951F; }
p { color: rgb(123,149,31); }
H1.HeaderClassName
{
color: #7B951F;
}
.AnyTagClassName
{
color: #7B951F;
}
</style>
background-color css
<style>
a { background-color: #7B951F; }
a { background-color: rgb(123,149,31); }
div.DivClassName
{
background-color: #7B951F;
}
.BgClassName
{
background-color: #7B951F;
}
</style>
border-color css
<style>
span { border-color: #7B951F; }
span { border-color: rgb(123,149,31); }
td.TdClassName
{
border-color: #7B951F;
}
.TagClassName
{
border-color: #7B951F;
}
</style>