Shades of Olive #7D8C02
Tints of Olive #7D8C02
RGB
CMYK
RGB Variations
Color information
#7D8C02 (or 0x7D8C02) is known color: Olive. HEX triplet: 7D, 8C and 02. RGB value is (125,140,2). Sum of RGB (Red+Green+Blue) = 125+140+2=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #7D8C02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8C02 is #8273FD. Grayscale: #787878. Windows color (decimal): -8549374 or 167037. OLE color: 167037.
HSL color Cylindrical-coordinate representation of color #7D8C02: hue angle of 66.52º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D8C02 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 140 | 2 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.45 |
| HSL | 66.52º | 0.97% | 0.28% | - |
| HSV(B) | 66.52º | 0.99% | 0.55% | - |
| XYZ | 17.85 | 23.12 | 3.58 | - |
| YUV | 119.78 | 61.53 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 140 | 2 | 0.11 | 0 | 0.99 | 0.45 | 66.52 | 0.97 | 0.28 |
| Hex | 7D | 8C | 2 | B | 0 | 63 | 2D | 43 | 61 | 1C |
| Octal | 175 | 214 | 2 | 13 | 0 | 143 | 55 | 103 | 141 | 34 |
| Binary | 1111101 | 10001100 | 10 | 1011 | 0 | 1100011 | 101101 | 1000011 | 1100001 | 11100 |
Color Harmonies of #7D8C02
Complementary color
Monochromatic Colors of #7D8C02
Black with #7D8C02
Text Example
Text Example
White with #7D8C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8C02; }
p { color: rgb(125,140,2); }
H1.HeaderClassName
{
color: #7D8C02;
}
.AnyTagClassName
{
color: #7D8C02;
}
</style>
background-color css
<style>
a { background-color: #7D8C02; }
a { background-color: rgb(125,140,2); }
div.DivClassName
{
background-color: #7D8C02;
}
.BgClassName
{
background-color: #7D8C02;
}
</style>
border-color css
<style>
span { border-color: #7D8C02; }
span { border-color: rgb(125,140,2); }
td.TdClassName
{
border-color: #7D8C02;
}
.TagClassName
{
border-color: #7D8C02;
}
</style>