Shades of Olive #75890C
Tints of Olive #75890C
RGB
CMYK
RGB Variations
Color information
#75890C (or 0x75890C) is known color: Olive. HEX triplet: 75, 89 and 0C. RGB value is (117,137,12). Sum of RGB (Red+Green+Blue) = 117+137+12=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #75890C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75890C is #8A76F3. Grayscale: #757575. Windows color (decimal): -9074420 or 821621. OLE color: 821621.
HSL color Cylindrical-coordinate representation of color #75890C: hue angle of 69.6º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75890C is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 12 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.46 |
| HSL | 69.6º | 0.84% | 0.29% | - |
| HSV(B) | 69.6º | 0.91% | 0.54% | - |
| XYZ | 16.35 | 21.7 | 3.67 | - |
| YUV | 116.77 | 68.87 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 12 | 0.15 | 0 | 0.91 | 0.46 | 69.6 | 0.84 | 0.29 |
| Hex | 75 | 89 | C | F | 0 | 5B | 2E | 46 | 54 | 1D |
| Octal | 165 | 211 | 14 | 17 | 0 | 133 | 56 | 106 | 124 | 35 |
| Binary | 1110101 | 10001001 | 1100 | 1111 | 0 | 1011011 | 101110 | 1000110 | 1010100 | 11101 |
Color Harmonies of #75890C
Complementary color
Monochromatic Colors of #75890C
Black with #75890C
Text Example
Text Example
White with #75890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75890C; }
p { color: rgb(117,137,12); }
H1.HeaderClassName
{
color: #75890C;
}
.AnyTagClassName
{
color: #75890C;
}
</style>
background-color css
<style>
a { background-color: #75890C; }
a { background-color: rgb(117,137,12); }
div.DivClassName
{
background-color: #75890C;
}
.BgClassName
{
background-color: #75890C;
}
</style>
border-color css
<style>
span { border-color: #75890C; }
span { border-color: rgb(117,137,12); }
td.TdClassName
{
border-color: #75890C;
}
.TagClassName
{
border-color: #75890C;
}
</style>