Shades of Olive #75790B
Tints of Olive #75790B
RGB
CMYK
RGB Variations
Color information
#75790B (or 0x75790B) is known color: Olive. HEX triplet: 75, 79 and 0B. RGB value is (117,121,11). Sum of RGB (Red+Green+Blue) = 117+121+11=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #75790B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75790B is #8A86F4. Grayscale: #6B6B6B. Windows color (decimal): -9078517 or 751989. OLE color: 751989.
HSL color Cylindrical-coordinate representation of color #75790B: hue angle of 62.18º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75790B is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 11 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.53 |
| HSL | 62.18º | 0.83% | 0.26% | - |
| HSV(B) | 62.18º | 0.91% | 0.47% | - |
| XYZ | 14.23 | 17.48 | 2.94 | - |
| YUV | 107.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 11 | 0.03 | 0 | 0.91 | 0.53 | 62.18 | 0.83 | 0.26 |
| Hex | 75 | 79 | B | 3 | 0 | 5B | 35 | 3E | 53 | 1A |
| Octal | 165 | 171 | 13 | 3 | 0 | 133 | 65 | 76 | 123 | 32 |
| Binary | 1110101 | 1111001 | 1011 | 11 | 0 | 1011011 | 110101 | 111110 | 1010011 | 11010 |
Color Harmonies of #75790B
Complementary color
Monochromatic Colors of #75790B
Black with #75790B
Text Example
Text Example
White with #75790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75790B; }
p { color: rgb(117,121,11); }
H1.HeaderClassName
{
color: #75790B;
}
.AnyTagClassName
{
color: #75790B;
}
</style>
background-color css
<style>
a { background-color: #75790B; }
a { background-color: rgb(117,121,11); }
div.DivClassName
{
background-color: #75790B;
}
.BgClassName
{
background-color: #75790B;
}
</style>
border-color css
<style>
span { border-color: #75790B; }
span { border-color: rgb(117,121,11); }
td.TdClassName
{
border-color: #75790B;
}
.TagClassName
{
border-color: #75790B;
}
</style>