Shades of Olive #7D6903
Tints of Olive #7D6903
RGB
CMYK
RGB Variations
Color information
#7D6903 (or 0x7D6903) is known color: Olive. HEX triplet: 7D, 69 and 03. RGB value is (125,105,3). Sum of RGB (Red+Green+Blue) = 125+105+3=233 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.65% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6903 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6903 is #8296FC. Grayscale: #636363. Windows color (decimal): -8558333 or 223613. OLE color: 223613.
HSL color Cylindrical-coordinate representation of color #7D6903: hue angle of 50.16º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D6903 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 105 | 3 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.51 |
| HSL | 50.16º | 0.95% | 0.25% | - |
| HSV(B) | 50.16º | 0.98% | 0.49% | - |
| XYZ | 13.53 | 14.47 | 2.17 | - |
| YUV | 99.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 105 | 3 | 0 | 0.16 | 0.98 | 0.51 | 50.16 | 0.95 | 0.25 |
| Hex | 7D | 69 | 3 | 0 | 10 | 62 | 33 | 32 | 5F | 19 |
| Octal | 175 | 151 | 3 | 0 | 20 | 142 | 63 | 62 | 137 | 31 |
| Binary | 1111101 | 1101001 | 11 | 0 | 10000 | 1100010 | 110011 | 110010 | 1011111 | 11001 |
Color Harmonies of #7D6903
Complementary color
Monochromatic Colors of #7D6903
Black with #7D6903
Text Example
Text Example
White with #7D6903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6903; }
p { color: rgb(125,105,3); }
H1.HeaderClassName
{
color: #7D6903;
}
.AnyTagClassName
{
color: #7D6903;
}
</style>
background-color css
<style>
a { background-color: #7D6903; }
a { background-color: rgb(125,105,3); }
div.DivClassName
{
background-color: #7D6903;
}
.BgClassName
{
background-color: #7D6903;
}
</style>
border-color css
<style>
span { border-color: #7D6903; }
span { border-color: rgb(125,105,3); }
td.TdClassName
{
border-color: #7D6903;
}
.TagClassName
{
border-color: #7D6903;
}
</style>