Shades of Olive #757A07
Tints of Olive #757A07
RGB
CMYK
RGB Variations
Color information
#757A07 (or 0x757A07) is known color: Olive. HEX triplet: 75, 7A and 07. RGB value is (117,122,7). Sum of RGB (Red+Green+Blue) = 117+122+7=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 122 (48.05% from 255 or 49.59% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 122 - color contains mainly: green. Hex color #757A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757A07 is #8A85F8. Grayscale: #6B6B6B. Windows color (decimal): -9078265 or 490101. OLE color: 490101.
HSL color Cylindrical-coordinate representation of color #757A07: hue angle of 62.61º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #757A07 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 122 | 7 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.52 |
| HSL | 62.61º | 0.89% | 0.25% | - |
| HSV(B) | 62.61º | 0.94% | 0.48% | - |
| XYZ | 14.33 | 17.72 | 2.87 | - |
| YUV | 107.4 | 71.34 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 7 | 0.04 | 0 | 0.94 | 0.52 | 62.61 | 0.89 | 0.25 |
| Hex | 75 | 7A | 7 | 4 | 0 | 5E | 34 | 3F | 59 | 19 |
| Octal | 165 | 172 | 7 | 4 | 0 | 136 | 64 | 77 | 131 | 31 |
| Binary | 1110101 | 1111010 | 111 | 100 | 0 | 1011110 | 110100 | 111111 | 1011001 | 11001 |
Color Harmonies of #757A07
Complementary color
Monochromatic Colors of #757A07
Black with #757A07
Text Example
Text Example
White with #757A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A07; }
p { color: rgb(117,122,7); }
H1.HeaderClassName
{
color: #757A07;
}
.AnyTagClassName
{
color: #757A07;
}
</style>
background-color css
<style>
a { background-color: #757A07; }
a { background-color: rgb(117,122,7); }
div.DivClassName
{
background-color: #757A07;
}
.BgClassName
{
background-color: #757A07;
}
</style>
border-color css
<style>
span { border-color: #757A07; }
span { border-color: rgb(117,122,7); }
td.TdClassName
{
border-color: #757A07;
}
.TagClassName
{
border-color: #757A07;
}
</style>