Shades of Olive #7D7403
Tints of Olive #7D7403
RGB
CMYK
RGB Variations
Color information
#7D7403 (or 0x7D7403) is known color: Olive. HEX triplet: 7D, 74 and 03. RGB value is (125,116,3). Sum of RGB (Red+Green+Blue) = 125+116+3=244 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.23% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7403 is #828BFC. Grayscale: #6A6A6A. Windows color (decimal): -8555517 or 226429. OLE color: 226429.
HSL color Cylindrical-coordinate representation of color #7D7403: hue angle of 55.57º 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 #7D7403 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 116 | 3 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.51 |
| HSL | 55.57º | 0.95% | 0.25% | - |
| HSV(B) | 55.57º | 0.98% | 0.49% | - |
| XYZ | 14.72 | 16.86 | 2.56 | - |
| YUV | 105.81 | 69.98 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 116 | 3 | 0 | 0.07 | 0.98 | 0.51 | 55.57 | 0.95 | 0.25 |
| Hex | 7D | 74 | 3 | 0 | 7 | 62 | 33 | 38 | 5F | 19 |
| Octal | 175 | 164 | 3 | 0 | 7 | 142 | 63 | 70 | 137 | 31 |
| Binary | 1111101 | 1110100 | 11 | 0 | 111 | 1100010 | 110011 | 111000 | 1011111 | 11001 |
Color Harmonies of #7D7403
Complementary color
Monochromatic Colors of #7D7403
Black with #7D7403
Text Example
Text Example
White with #7D7403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7403; }
p { color: rgb(125,116,3); }
H1.HeaderClassName
{
color: #7D7403;
}
.AnyTagClassName
{
color: #7D7403;
}
</style>
background-color css
<style>
a { background-color: #7D7403; }
a { background-color: rgb(125,116,3); }
div.DivClassName
{
background-color: #7D7403;
}
.BgClassName
{
background-color: #7D7403;
}
</style>
border-color css
<style>
span { border-color: #7D7403; }
span { border-color: rgb(125,116,3); }
td.TdClassName
{
border-color: #7D7403;
}
.TagClassName
{
border-color: #7D7403;
}
</style>