Shades of Olive #757609
Tints of Olive #757609
RGB
CMYK
RGB Variations
Color information
#757609 (or 0x757609) is known color: Olive. HEX triplet: 75, 76 and 09. RGB value is (117,118,9). Sum of RGB (Red+Green+Blue) = 117+118+9=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #757609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757609 is #8A89F6. Grayscale: #696969. Windows color (decimal): -9079287 or 620149. OLE color: 620149.
HSL color Cylindrical-coordinate representation of color #757609: hue angle of 60.55º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #757609 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 9 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.54 |
| HSL | 60.55º | 0.86% | 0.25% | - |
| HSV(B) | 60.55º | 0.92% | 0.46% | - |
| XYZ | 13.86 | 16.76 | 2.76 | - |
| YUV | 105.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 9 | 0.01 | 0 | 0.92 | 0.54 | 60.55 | 0.86 | 0.25 |
| Hex | 75 | 76 | 9 | 1 | 0 | 5C | 36 | 3D | 56 | 19 |
| Octal | 165 | 166 | 11 | 1 | 0 | 134 | 66 | 75 | 126 | 31 |
| Binary | 1110101 | 1110110 | 1001 | 1 | 0 | 1011100 | 110110 | 111101 | 1010110 | 11001 |
Color Harmonies of #757609
Complementary color
Monochromatic Colors of #757609
Black with #757609
Text Example
Text Example
White with #757609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757609; }
p { color: rgb(117,118,9); }
H1.HeaderClassName
{
color: #757609;
}
.AnyTagClassName
{
color: #757609;
}
</style>
background-color css
<style>
a { background-color: #757609; }
a { background-color: rgb(117,118,9); }
div.DivClassName
{
background-color: #757609;
}
.BgClassName
{
background-color: #757609;
}
</style>
border-color css
<style>
span { border-color: #757609; }
span { border-color: rgb(117,118,9); }
td.TdClassName
{
border-color: #757609;
}
.TagClassName
{
border-color: #757609;
}
</style>