Shades of Olive #7D900B
Tints of Olive #7D900B
RGB
CMYK
RGB Variations
Color information
#7D900B (or 0x7D900B) is known color: Olive. HEX triplet: 7D, 90 and 0B. RGB value is (125,144,11). Sum of RGB (Red+Green+Blue) = 125+144+11=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #7D900B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D900B is #826FF4. Grayscale: #7B7B7B. Windows color (decimal): -8548341 or 757885. OLE color: 757885.
HSL color Cylindrical-coordinate representation of color #7D900B: hue angle of 68.57º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D900B is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 144 | 11 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.44 |
| HSL | 68.57º | 0.86% | 0.3% | - |
| HSV(B) | 68.57º | 0.92% | 0.56% | - |
| XYZ | 18.49 | 24.33 | 4.04 | - |
| YUV | 123.16 | 64.71 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 11 | 0.13 | 0 | 0.92 | 0.44 | 68.57 | 0.86 | 0.3 |
| Hex | 7D | 90 | B | D | 0 | 5C | 2C | 45 | 56 | 1E |
| Octal | 175 | 220 | 13 | 15 | 0 | 134 | 54 | 105 | 126 | 36 |
| Binary | 1111101 | 10010000 | 1011 | 1101 | 0 | 1011100 | 101100 | 1000101 | 1010110 | 11110 |
Color Harmonies of #7D900B
Complementary color
Monochromatic Colors of #7D900B
Black with #7D900B
Text Example
Text Example
White with #7D900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D900B; }
p { color: rgb(125,144,11); }
H1.HeaderClassName
{
color: #7D900B;
}
.AnyTagClassName
{
color: #7D900B;
}
</style>
background-color css
<style>
a { background-color: #7D900B; }
a { background-color: rgb(125,144,11); }
div.DivClassName
{
background-color: #7D900B;
}
.BgClassName
{
background-color: #7D900B;
}
</style>
border-color css
<style>
span { border-color: #7D900B; }
span { border-color: rgb(125,144,11); }
td.TdClassName
{
border-color: #7D900B;
}
.TagClassName
{
border-color: #7D900B;
}
</style>