Shades of Olive #757607
Tints of Olive #757607
RGB
CMYK
RGB Variations
Color information
#757607 (or 0x757607) is known color: Olive. HEX triplet: 75, 76 and 07. RGB value is (117,118,7). Sum of RGB (Red+Green+Blue) = 117+118+7=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #757607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757607 is #8A89F8. Grayscale: #696969. Windows color (decimal): -9079289 or 489077. OLE color: 489077.
HSL color Cylindrical-coordinate representation of color #757607: hue angle of 60.54º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #757607 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 7 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.54 |
| HSL | 60.54º | 0.89% | 0.25% | - |
| HSV(B) | 60.54º | 0.94% | 0.46% | - |
| XYZ | 13.85 | 16.75 | 2.7 | - |
| YUV | 105.05 | 72.67 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 7 | 0.01 | 0 | 0.94 | 0.54 | 60.54 | 0.89 | 0.25 |
| Hex | 75 | 76 | 7 | 1 | 0 | 5E | 36 | 3D | 59 | 19 |
| Octal | 165 | 166 | 7 | 1 | 0 | 136 | 66 | 75 | 131 | 31 |
| Binary | 1110101 | 1110110 | 111 | 1 | 0 | 1011110 | 110110 | 111101 | 1011001 | 11001 |
Color Harmonies of #757607
Complementary color
Monochromatic Colors of #757607
Black with #757607
Text Example
Text Example
White with #757607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757607; }
p { color: rgb(117,118,7); }
H1.HeaderClassName
{
color: #757607;
}
.AnyTagClassName
{
color: #757607;
}
</style>
background-color css
<style>
a { background-color: #757607; }
a { background-color: rgb(117,118,7); }
div.DivClassName
{
background-color: #757607;
}
.BgClassName
{
background-color: #757607;
}
</style>
border-color css
<style>
span { border-color: #757607; }
span { border-color: rgb(117,118,7); }
td.TdClassName
{
border-color: #757607;
}
.TagClassName
{
border-color: #757607;
}
</style>