Shades of Olive #7D6703
Tints of Olive #7D6703
RGB
CMYK
RGB Variations
Color information
#7D6703 (or 0x7D6703) is known color: Olive. HEX triplet: 7D, 67 and 03. RGB value is (125,103,3). Sum of RGB (Red+Green+Blue) = 125+103+3=231 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.11% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6703 is #8298FC. Grayscale: #626262. Windows color (decimal): -8558845 or 223101. OLE color: 223101.
HSL color Cylindrical-coordinate representation of color #7D6703: hue angle of 49.18º 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 #7D6703 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 103 | 3 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.51 |
| HSL | 49.18º | 0.95% | 0.25% | - |
| HSV(B) | 49.18º | 0.98% | 0.49% | - |
| XYZ | 13.32 | 14.07 | 2.1 | - |
| YUV | 98.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 3 | 0 | 0.18 | 0.98 | 0.51 | 49.18 | 0.95 | 0.25 |
| Hex | 7D | 67 | 3 | 0 | 12 | 62 | 33 | 31 | 5F | 19 |
| Octal | 175 | 147 | 3 | 0 | 22 | 142 | 63 | 61 | 137 | 31 |
| Binary | 1111101 | 1100111 | 11 | 0 | 10010 | 1100010 | 110011 | 110001 | 1011111 | 11001 |
Color Harmonies of #7D6703
Complementary color
Monochromatic Colors of #7D6703
Black with #7D6703
Text Example
Text Example
White with #7D6703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6703; }
p { color: rgb(125,103,3); }
H1.HeaderClassName
{
color: #7D6703;
}
.AnyTagClassName
{
color: #7D6703;
}
</style>
background-color css
<style>
a { background-color: #7D6703; }
a { background-color: rgb(125,103,3); }
div.DivClassName
{
background-color: #7D6703;
}
.BgClassName
{
background-color: #7D6703;
}
</style>
border-color css
<style>
span { border-color: #7D6703; }
span { border-color: rgb(125,103,3); }
td.TdClassName
{
border-color: #7D6703;
}
.TagClassName
{
border-color: #7D6703;
}
</style>