Shades of Olive #7D8F03
Tints of Olive #7D8F03
RGB
CMYK
RGB Variations
Color information
#7D8F03 (or 0x7D8F03) is known color: Olive. HEX triplet: 7D, 8F and 03. RGB value is (125,143,3). Sum of RGB (Red+Green+Blue) = 125+143+3=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 143 (56.25% from 255 or 52.77% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 143 - color contains mainly: green. Hex color #7D8F03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8F03 is #8270FC. Grayscale: #7A7A7A. Windows color (decimal): -8548605 or 233341. OLE color: 233341.
HSL color Cylindrical-coordinate representation of color #7D8F03: hue angle of 67.71º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D8F03 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 143 | 3 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.44 |
| HSL | 67.71º | 0.96% | 0.29% | - |
| HSV(B) | 67.71º | 0.98% | 0.56% | - |
| XYZ | 18.3 | 24.01 | 3.76 | - |
| YUV | 121.66 | 61.04 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 143 | 3 | 0.13 | 0 | 0.98 | 0.44 | 67.71 | 0.96 | 0.29 |
| Hex | 7D | 8F | 3 | D | 0 | 62 | 2C | 44 | 60 | 1D |
| Octal | 175 | 217 | 3 | 15 | 0 | 142 | 54 | 104 | 140 | 35 |
| Binary | 1111101 | 10001111 | 11 | 1101 | 0 | 1100010 | 101100 | 1000100 | 1100000 | 11101 |
Color Harmonies of #7D8F03
Complementary color
Monochromatic Colors of #7D8F03
Black with #7D8F03
Text Example
Text Example
White with #7D8F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8F03; }
p { color: rgb(125,143,3); }
H1.HeaderClassName
{
color: #7D8F03;
}
.AnyTagClassName
{
color: #7D8F03;
}
</style>
background-color css
<style>
a { background-color: #7D8F03; }
a { background-color: rgb(125,143,3); }
div.DivClassName
{
background-color: #7D8F03;
}
.BgClassName
{
background-color: #7D8F03;
}
</style>
border-color css
<style>
span { border-color: #7D8F03; }
span { border-color: rgb(125,143,3); }
td.TdClassName
{
border-color: #7D8F03;
}
.TagClassName
{
border-color: #7D8F03;
}
</style>