Shades of Olive #76770B
Tints of Olive #76770B
RGB
CMYK
RGB Variations
Color information
#76770B (or 0x76770B) is known color: Olive. HEX triplet: 76, 77 and 0B. RGB value is (118,119,11). Sum of RGB (Red+Green+Blue) = 118+119+11=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #76770B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76770B is #8988F4. Grayscale: #6A6A6A. Windows color (decimal): -9013493 or 751478. OLE color: 751478.
HSL color Cylindrical-coordinate representation of color #76770B: hue angle of 60.56º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76770B is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 119 | 11 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.53 |
| HSL | 60.56º | 0.83% | 0.25% | - |
| HSV(B) | 60.56º | 0.91% | 0.47% | - |
| XYZ | 14.13 | 17.07 | 2.87 | - |
| YUV | 106.39 | 74.17 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 11 | 0.01 | 0 | 0.91 | 0.53 | 60.56 | 0.83 | 0.25 |
| Hex | 76 | 77 | B | 1 | 0 | 5B | 35 | 3D | 53 | 19 |
| Octal | 166 | 167 | 13 | 1 | 0 | 133 | 65 | 75 | 123 | 31 |
| Binary | 1110110 | 1110111 | 1011 | 1 | 0 | 1011011 | 110101 | 111101 | 1010011 | 11001 |
Color Harmonies of #76770B
Complementary color
Monochromatic Colors of #76770B
Black with #76770B
Text Example
Text Example
White with #76770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76770B; }
p { color: rgb(118,119,11); }
H1.HeaderClassName
{
color: #76770B;
}
.AnyTagClassName
{
color: #76770B;
}
</style>
background-color css
<style>
a { background-color: #76770B; }
a { background-color: rgb(118,119,11); }
div.DivClassName
{
background-color: #76770B;
}
.BgClassName
{
background-color: #76770B;
}
</style>
border-color css
<style>
span { border-color: #76770B; }
span { border-color: rgb(118,119,11); }
td.TdClassName
{
border-color: #76770B;
}
.TagClassName
{
border-color: #76770B;
}
</style>