Shades of Olive #77750F
Tints of Olive #77750F
RGB
CMYK
RGB Variations
Color information
#77750F (or 0x77750F) is known color: Olive. HEX triplet: 77, 75 and 0F. RGB value is (119,117,15). Sum of RGB (Red+Green+Blue) = 119+117+15=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #77750F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77750F is #888AF0. Grayscale: #6A6A6A. Windows color (decimal): -8948465 or 1013111. OLE color: 1013111.
HSL color Cylindrical-coordinate representation of color #77750F: hue angle of 58.85º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77750F is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 15 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.53 |
| HSL | 58.85º | 0.78% | 0.26% | - |
| HSV(B) | 58.85º | 0.87% | 0.47% | - |
| XYZ | 14.06 | 16.68 | 2.93 | - |
| YUV | 105.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 15 | 0 | 0.02 | 0.87 | 0.53 | 58.85 | 0.78 | 0.26 |
| Hex | 77 | 75 | F | 0 | 2 | 57 | 35 | 3B | 4E | 1A |
| Octal | 167 | 165 | 17 | 0 | 2 | 127 | 65 | 73 | 116 | 32 |
| Binary | 1110111 | 1110101 | 1111 | 0 | 10 | 1010111 | 110101 | 111011 | 1001110 | 11010 |
Color Harmonies of #77750F
Complementary color
Monochromatic Colors of #77750F
Black with #77750F
Text Example
Text Example
White with #77750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77750F; }
p { color: rgb(119,117,15); }
H1.HeaderClassName
{
color: #77750F;
}
.AnyTagClassName
{
color: #77750F;
}
</style>
background-color css
<style>
a { background-color: #77750F; }
a { background-color: rgb(119,117,15); }
div.DivClassName
{
background-color: #77750F;
}
.BgClassName
{
background-color: #77750F;
}
</style>
border-color css
<style>
span { border-color: #77750F; }
span { border-color: rgb(119,117,15); }
td.TdClassName
{
border-color: #77750F;
}
.TagClassName
{
border-color: #77750F;
}
</style>