Shades of Olive #75740B
Tints of Olive #75740B
RGB
CMYK
RGB Variations
Color information
#75740B (or 0x75740B) is known color: Olive. HEX triplet: 75, 74 and 0B. RGB value is (117,116,11). Sum of RGB (Red+Green+Blue) = 117+116+11=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75740B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75740B is #8A8BF4. Grayscale: #686868. Windows color (decimal): -9079797 or 750709. OLE color: 750709.
HSL color Cylindrical-coordinate representation of color #75740B: hue angle of 59.43º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75740B is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 11 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.54 |
| HSL | 59.43º | 0.83% | 0.25% | - |
| HSV(B) | 59.43º | 0.91% | 0.46% | - |
| XYZ | 13.64 | 16.3 | 2.74 | - |
| YUV | 104.33 | 75.33 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 11 | 0 | 0.01 | 0.91 | 0.54 | 59.43 | 0.83 | 0.25 |
| Hex | 75 | 74 | B | 0 | 1 | 5B | 36 | 3B | 53 | 19 |
| Octal | 165 | 164 | 13 | 0 | 1 | 133 | 66 | 73 | 123 | 31 |
| Binary | 1110101 | 1110100 | 1011 | 0 | 1 | 1011011 | 110110 | 111011 | 1010011 | 11001 |
Color Harmonies of #75740B
Complementary color
Monochromatic Colors of #75740B
Black with #75740B
Text Example
Text Example
White with #75740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75740B; }
p { color: rgb(117,116,11); }
H1.HeaderClassName
{
color: #75740B;
}
.AnyTagClassName
{
color: #75740B;
}
</style>
background-color css
<style>
a { background-color: #75740B; }
a { background-color: rgb(117,116,11); }
div.DivClassName
{
background-color: #75740B;
}
.BgClassName
{
background-color: #75740B;
}
</style>
border-color css
<style>
span { border-color: #75740B; }
span { border-color: rgb(117,116,11); }
td.TdClassName
{
border-color: #75740B;
}
.TagClassName
{
border-color: #75740B;
}
</style>