Shades of Olive #77750B
Tints of Olive #77750B
RGB
CMYK
RGB Variations
Color information
#77750B (or 0x77750B) is known color: Olive. HEX triplet: 77, 75 and 0B. RGB value is (119,117,11). Sum of RGB (Red+Green+Blue) = 119+117+11=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77750B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77750B is #888AF4. Grayscale: #696969. Windows color (decimal): -8948469 or 750967. OLE color: 750967.
HSL color Cylindrical-coordinate representation of color #77750B: hue angle of 58.89º 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 #77750B is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 11 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.53 |
| HSL | 58.89º | 0.83% | 0.25% | - |
| HSV(B) | 58.89º | 0.91% | 0.47% | - |
| XYZ | 14.03 | 16.67 | 2.79 | - |
| YUV | 105.51 | 74.66 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 11 | 0 | 0.02 | 0.91 | 0.53 | 58.89 | 0.83 | 0.25 |
| Hex | 77 | 75 | B | 0 | 2 | 5B | 35 | 3B | 53 | 19 |
| Octal | 167 | 165 | 13 | 0 | 2 | 133 | 65 | 73 | 123 | 31 |
| Binary | 1110111 | 1110101 | 1011 | 0 | 10 | 1011011 | 110101 | 111011 | 1010011 | 11001 |
Color Harmonies of #77750B
Complementary color
Monochromatic Colors of #77750B
Black with #77750B
Text Example
Text Example
White with #77750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77750B; }
p { color: rgb(119,117,11); }
H1.HeaderClassName
{
color: #77750B;
}
.AnyTagClassName
{
color: #77750B;
}
</style>
background-color css
<style>
a { background-color: #77750B; }
a { background-color: rgb(119,117,11); }
div.DivClassName
{
background-color: #77750B;
}
.BgClassName
{
background-color: #77750B;
}
</style>
border-color css
<style>
span { border-color: #77750B; }
span { border-color: rgb(119,117,11); }
td.TdClassName
{
border-color: #77750B;
}
.TagClassName
{
border-color: #77750B;
}
</style>