Shades of Olive #757805
Tints of Olive #757805
RGB
CMYK
RGB Variations
Color information
#757805 (or 0x757805) is known color: Olive. HEX triplet: 75, 78 and 05. RGB value is (117,120,5). Sum of RGB (Red+Green+Blue) = 117+120+5=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #757805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757805 is #8A87FA. Grayscale: #6A6A6A. Windows color (decimal): -9078779 or 358517. OLE color: 358517.
HSL color Cylindrical-coordinate representation of color #757805: hue angle of 61.57º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #757805 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 5 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.53 |
| HSL | 61.57º | 0.92% | 0.25% | - |
| HSV(B) | 61.57º | 0.96% | 0.47% | - |
| XYZ | 14.08 | 17.23 | 2.73 | - |
| YUV | 105.99 | 71.01 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 5 | 0.02 | 0 | 0.96 | 0.53 | 61.57 | 0.92 | 0.25 |
| Hex | 75 | 78 | 5 | 2 | 0 | 60 | 35 | 3E | 5C | 19 |
| Octal | 165 | 170 | 5 | 2 | 0 | 140 | 65 | 76 | 134 | 31 |
| Binary | 1110101 | 1111000 | 101 | 10 | 0 | 1100000 | 110101 | 111110 | 1011100 | 11001 |
Color Harmonies of #757805
Complementary color
Monochromatic Colors of #757805
Black with #757805
Text Example
Text Example
White with #757805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757805; }
p { color: rgb(117,120,5); }
H1.HeaderClassName
{
color: #757805;
}
.AnyTagClassName
{
color: #757805;
}
</style>
background-color css
<style>
a { background-color: #757805; }
a { background-color: rgb(117,120,5); }
div.DivClassName
{
background-color: #757805;
}
.BgClassName
{
background-color: #757805;
}
</style>
border-color css
<style>
span { border-color: #757805; }
span { border-color: rgb(117,120,5); }
td.TdClassName
{
border-color: #757805;
}
.TagClassName
{
border-color: #757805;
}
</style>