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