Shades of Olive #757908
Tints of Olive #757908
RGB
CMYK
RGB Variations
Color information
#757908 (or 0x757908) is known color: Olive. HEX triplet: 75, 79 and 08. RGB value is (117,121,8). Sum of RGB (Red+Green+Blue) = 117+121+8=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #757908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757908 is #8A86F7. Grayscale: #6B6B6B. Windows color (decimal): -9078520 or 555381. OLE color: 555381.
HSL color Cylindrical-coordinate representation of color #757908: hue angle of 62.12º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #757908 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 8 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.53 |
| HSL | 62.12º | 0.88% | 0.25% | - |
| HSV(B) | 62.12º | 0.93% | 0.47% | - |
| XYZ | 14.22 | 17.47 | 2.85 | - |
| YUV | 106.92 | 72.17 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 8 | 0.03 | 0 | 0.93 | 0.53 | 62.12 | 0.88 | 0.25 |
| Hex | 75 | 79 | 8 | 3 | 0 | 5D | 35 | 3E | 58 | 19 |
| Octal | 165 | 171 | 10 | 3 | 0 | 135 | 65 | 76 | 130 | 31 |
| Binary | 1110101 | 1111001 | 1000 | 11 | 0 | 1011101 | 110101 | 111110 | 1011000 | 11001 |
Color Harmonies of #757908
Complementary color
Monochromatic Colors of #757908
Black with #757908
Text Example
Text Example
White with #757908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757908; }
p { color: rgb(117,121,8); }
H1.HeaderClassName
{
color: #757908;
}
.AnyTagClassName
{
color: #757908;
}
</style>
background-color css
<style>
a { background-color: #757908; }
a { background-color: rgb(117,121,8); }
div.DivClassName
{
background-color: #757908;
}
.BgClassName
{
background-color: #757908;
}
</style>
border-color css
<style>
span { border-color: #757908; }
span { border-color: rgb(117,121,8); }
td.TdClassName
{
border-color: #757908;
}
.TagClassName
{
border-color: #757908;
}
</style>