Shades of Olive #766707
Tints of Olive #766707
RGB
CMYK
RGB Variations
Color information
#766707 (or 0x766707) is known color: Olive. HEX triplet: 76, 67 and 07. RGB value is (118,103,7). Sum of RGB (Red+Green+Blue) = 118+103+7=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #766707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766707 is #8998F8. Grayscale: #606060. Windows color (decimal): -9017593 or 485238. OLE color: 485238.
HSL color Cylindrical-coordinate representation of color #766707: hue angle of 51.89º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #766707 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 103 | 7 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.54 |
| HSL | 51.89º | 0.89% | 0.25% | - |
| HSV(B) | 51.89º | 0.94% | 0.46% | - |
| XYZ | 12.36 | 13.57 | 2.17 | - |
| YUV | 96.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 7 | 0 | 0.13 | 0.94 | 0.54 | 51.89 | 0.89 | 0.25 |
| Hex | 76 | 67 | 7 | 0 | D | 5E | 36 | 34 | 59 | 19 |
| Octal | 166 | 147 | 7 | 0 | 15 | 136 | 66 | 64 | 131 | 31 |
| Binary | 1110110 | 1100111 | 111 | 0 | 1101 | 1011110 | 110110 | 110100 | 1011001 | 11001 |
Color Harmonies of #766707
Complementary color
Monochromatic Colors of #766707
Black with #766707
Text Example
Text Example
White with #766707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766707; }
p { color: rgb(118,103,7); }
H1.HeaderClassName
{
color: #766707;
}
.AnyTagClassName
{
color: #766707;
}
</style>
background-color css
<style>
a { background-color: #766707; }
a { background-color: rgb(118,103,7); }
div.DivClassName
{
background-color: #766707;
}
.BgClassName
{
background-color: #766707;
}
</style>
border-color css
<style>
span { border-color: #766707; }
span { border-color: rgb(118,103,7); }
td.TdClassName
{
border-color: #766707;
}
.TagClassName
{
border-color: #766707;
}
</style>