Shades of Olive #75790C
Tints of Olive #75790C
RGB
CMYK
RGB Variations
Color information
#75790C (or 0x75790C) is known color: Olive. HEX triplet: 75, 79 and 0C. RGB value is (117,121,12). Sum of RGB (Red+Green+Blue) = 117+121+12=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #75790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75790C is #8A86F3. Grayscale: #6B6B6B. Windows color (decimal): -9078516 or 817525. OLE color: 817525.
HSL color Cylindrical-coordinate representation of color #75790C: hue angle of 62.2º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75790C is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 12 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.53 |
| HSL | 62.2º | 0.82% | 0.26% | - |
| HSV(B) | 62.2º | 0.9% | 0.47% | - |
| XYZ | 14.24 | 17.48 | 2.97 | - |
| YUV | 107.38 | 74.17 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 12 | 0.03 | 0 | 0.90 | 0.53 | 62.2 | 0.82 | 0.26 |
| Hex | 75 | 79 | C | 3 | 0 | 5A | 35 | 3E | 52 | 1A |
| Octal | 165 | 171 | 14 | 3 | 0 | 132 | 65 | 76 | 122 | 32 |
| Binary | 1110101 | 1111001 | 1100 | 11 | 0 | 1011010 | 110101 | 111110 | 1010010 | 11010 |
Color Harmonies of #75790C
Complementary color
Monochromatic Colors of #75790C
Black with #75790C
Text Example
Text Example
White with #75790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75790C; }
p { color: rgb(117,121,12); }
H1.HeaderClassName
{
color: #75790C;
}
.AnyTagClassName
{
color: #75790C;
}
</style>
background-color css
<style>
a { background-color: #75790C; }
a { background-color: rgb(117,121,12); }
div.DivClassName
{
background-color: #75790C;
}
.BgClassName
{
background-color: #75790C;
}
</style>
border-color css
<style>
span { border-color: #75790C; }
span { border-color: rgb(117,121,12); }
td.TdClassName
{
border-color: #75790C;
}
.TagClassName
{
border-color: #75790C;
}
</style>