Shades of Olive Drab #7B951C
Tints of Olive Drab #7B951C
RGB
CMYK
RGB Variations
Color information
#7B951C (or 0x7B951C) is known color: Olive Drab. HEX triplet: 7B, 95 and 1C. RGB value is (123,149,28). Sum of RGB (Red+Green+Blue) = 123+149+28=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #7B951C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B951C is #846AE3. Grayscale: #7F7F7F. Windows color (decimal): -8678116 or 1873275. OLE color: 1873275.
HSL color Cylindrical-coordinate representation of color #7B951C: hue angle of 72.89º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B951C is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 149 | 28 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.42 |
| HSL | 72.89º | 0.68% | 0.35% | - |
| HSV(B) | 72.89º | 0.81% | 0.58% | - |
| XYZ | 19.13 | 25.79 | 5.07 | - |
| YUV | 127.43 | 71.89 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 149 | 28 | 0.17 | 0 | 0.81 | 0.42 | 72.89 | 0.68 | 0.35 |
| Hex | 7B | 95 | 1C | 11 | 0 | 51 | 2A | 49 | 44 | 23 |
| Octal | 173 | 225 | 34 | 21 | 0 | 121 | 52 | 111 | 104 | 43 |
| Binary | 1111011 | 10010101 | 11100 | 10001 | 0 | 1010001 | 101010 | 1001001 | 1000100 | 100011 |
Color Harmonies of #7B951C
Complementary color
Monochromatic Colors of #7B951C
Black with #7B951C
Text Example
Text Example
White with #7B951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B951C; }
p { color: rgb(123,149,28); }
H1.HeaderClassName
{
color: #7B951C;
}
.AnyTagClassName
{
color: #7B951C;
}
</style>
background-color css
<style>
a { background-color: #7B951C; }
a { background-color: rgb(123,149,28); }
div.DivClassName
{
background-color: #7B951C;
}
.BgClassName
{
background-color: #7B951C;
}
</style>
border-color css
<style>
span { border-color: #7B951C; }
span { border-color: rgb(123,149,28); }
td.TdClassName
{
border-color: #7B951C;
}
.TagClassName
{
border-color: #7B951C;
}
</style>