Shades of Olive #7D7B08
Tints of Olive #7D7B08
RGB
CMYK
RGB Variations
Color information
#7D7B08 (or 0x7D7B08) is known color: Olive. HEX triplet: 7D, 7B and 08. RGB value is (125,123,8). Sum of RGB (Red+Green+Blue) = 125+123+8=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7B08 is #8284F7. Grayscale: #6E6E6E. Windows color (decimal): -8553720 or 555901. OLE color: 555901.
HSL color Cylindrical-coordinate representation of color #7D7B08: hue angle of 58.97º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D7B08 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 123 | 8 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.51 |
| HSL | 58.97º | 0.88% | 0.26% | - |
| HSV(B) | 58.97º | 0.94% | 0.49% | - |
| XYZ | 15.58 | 18.54 | 2.99 | - |
| YUV | 110.49 | 70.16 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 123 | 8 | 0 | 0.02 | 0.94 | 0.51 | 58.97 | 0.88 | 0.26 |
| Hex | 7D | 7B | 8 | 0 | 2 | 5E | 33 | 3B | 58 | 1A |
| Octal | 175 | 173 | 10 | 0 | 2 | 136 | 63 | 73 | 130 | 32 |
| Binary | 1111101 | 1111011 | 1000 | 0 | 10 | 1011110 | 110011 | 111011 | 1011000 | 11010 |
Color Harmonies of #7D7B08
Complementary color
Monochromatic Colors of #7D7B08
Black with #7D7B08
Text Example
Text Example
White with #7D7B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7B08; }
p { color: rgb(125,123,8); }
H1.HeaderClassName
{
color: #7D7B08;
}
.AnyTagClassName
{
color: #7D7B08;
}
</style>
background-color css
<style>
a { background-color: #7D7B08; }
a { background-color: rgb(125,123,8); }
div.DivClassName
{
background-color: #7D7B08;
}
.BgClassName
{
background-color: #7D7B08;
}
</style>
border-color css
<style>
span { border-color: #7D7B08; }
span { border-color: rgb(125,123,8); }
td.TdClassName
{
border-color: #7D7B08;
}
.TagClassName
{
border-color: #7D7B08;
}
</style>