Shades of Olive #7D9B05
Tints of Olive #7D9B05
RGB
CMYK
RGB Variations
Color information
#7D9B05 (or 0x7D9B05) is known color: Olive. HEX triplet: 7D, 9B and 05. RGB value is (125,155,5). Sum of RGB (Red+Green+Blue) = 125+155+5=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 155 (60.94% from 255 or 54.39% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 155 - color contains mainly: green. Hex color #7D9B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9B05 is #8264FA. Grayscale: #818181. Windows color (decimal): -8545531 or 367485. OLE color: 367485.
HSL color Cylindrical-coordinate representation of color #7D9B05: hue angle of 72º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D9B05 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 155 | 5 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.39 |
| HSL | 72º | 0.94% | 0.31% | - |
| HSV(B) | 72º | 0.97% | 0.61% | - |
| XYZ | 20.21 | 27.81 | 4.45 | - |
| YUV | 128.93 | 58.06 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 155 | 5 | 0.19 | 0 | 0.97 | 0.39 | 72 | 0.94 | 0.31 |
| Hex | 7D | 9B | 5 | 13 | 0 | 61 | 27 | 48 | 5E | 1F |
| Octal | 175 | 233 | 5 | 23 | 0 | 141 | 47 | 110 | 136 | 37 |
| Binary | 1111101 | 10011011 | 101 | 10011 | 0 | 1100001 | 100111 | 1001000 | 1011110 | 11111 |
Color Harmonies of #7D9B05
Complementary color
Monochromatic Colors of #7D9B05
Black with #7D9B05
Text Example
Text Example
White with #7D9B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9B05; }
p { color: rgb(125,155,5); }
H1.HeaderClassName
{
color: #7D9B05;
}
.AnyTagClassName
{
color: #7D9B05;
}
</style>
background-color css
<style>
a { background-color: #7D9B05; }
a { background-color: rgb(125,155,5); }
div.DivClassName
{
background-color: #7D9B05;
}
.BgClassName
{
background-color: #7D9B05;
}
</style>
border-color css
<style>
span { border-color: #7D9B05; }
span { border-color: rgb(125,155,5); }
td.TdClassName
{
border-color: #7D9B05;
}
.TagClassName
{
border-color: #7D9B05;
}
</style>