Shades of Olive #757900
Tints of Olive #757900
RGB
CMYK
RGB Variations
Color information
#757900 (or 0x757900) is known color: Olive. HEX triplet: 75, 79 and 00. RGB value is (117,121,0). Sum of RGB (Red+Green+Blue) = 117+121+0=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #757900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757900 is #8A86FF. Grayscale: #6A6A6A. Windows color (decimal): -9078528 or 31093. OLE color: 31093.
HSL color Cylindrical-coordinate representation of color #757900: hue angle of 61.98º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #757900 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.53 |
| HSL | 61.98º | 1% | 0.24% | - |
| HSV(B) | 61.98º | 1% | 0.47% | - |
| XYZ | 14.17 | 17.46 | 2.62 | - |
| YUV | 106.01 | 68.17 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 0 | 0.03 | 0 | 1 | 0.53 | 61.98 | 1 | 0.24 |
| Hex | 75 | 79 | 0 | 3 | 0 | 64 | 35 | 3E | 64 | 18 |
| Octal | 165 | 171 | 0 | 3 | 0 | 144 | 65 | 76 | 144 | 30 |
| Binary | 1110101 | 1111001 | 0 | 11 | 0 | 1100100 | 110101 | 111110 | 1100100 | 11000 |
Color Harmonies of #757900
Complementary color
Monochromatic Colors of #757900
Black with #757900
Text Example
Text Example
White with #757900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757900; }
p { color: rgb(117,121,0); }
H1.HeaderClassName
{
color: #757900;
}
.AnyTagClassName
{
color: #757900;
}
</style>
background-color css
<style>
a { background-color: #757900; }
a { background-color: rgb(117,121,0); }
div.DivClassName
{
background-color: #757900;
}
.BgClassName
{
background-color: #757900;
}
</style>
border-color css
<style>
span { border-color: #757900; }
span { border-color: rgb(117,121,0); }
td.TdClassName
{
border-color: #757900;
}
.TagClassName
{
border-color: #757900;
}
</style>