Shades of Olive #758800
Tints of Olive #758800
RGB
CMYK
RGB Variations
Color information
#758800 (or 0x758800) is known color: Olive. HEX triplet: 75, 88 and 00. RGB value is (117,136,0). Sum of RGB (Red+Green+Blue) = 117+136+0=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #758800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758800 is #8A77FF. Grayscale: #737373. Windows color (decimal): -9074688 or 34933. OLE color: 34933.
HSL color Cylindrical-coordinate representation of color #758800: hue angle of 68.38º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #758800 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.47 |
| HSL | 68.38º | 1% | 0.27% | - |
| HSV(B) | 68.38º | 1% | 0.53% | - |
| XYZ | 16.14 | 21.39 | 3.28 | - |
| YUV | 114.82 | 63.21 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 0 | 0.14 | 0 | 1 | 0.47 | 68.38 | 1 | 0.27 |
| Hex | 75 | 88 | 0 | E | 0 | 64 | 2F | 44 | 64 | 1B |
| Octal | 165 | 210 | 0 | 16 | 0 | 144 | 57 | 104 | 144 | 33 |
| Binary | 1110101 | 10001000 | 0 | 1110 | 0 | 1100100 | 101111 | 1000100 | 1100100 | 11011 |
Color Harmonies of #758800
Complementary color
Monochromatic Colors of #758800
Black with #758800
Text Example
Text Example
White with #758800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758800; }
p { color: rgb(117,136,0); }
H1.HeaderClassName
{
color: #758800;
}
.AnyTagClassName
{
color: #758800;
}
</style>
background-color css
<style>
a { background-color: #758800; }
a { background-color: rgb(117,136,0); }
div.DivClassName
{
background-color: #758800;
}
.BgClassName
{
background-color: #758800;
}
</style>
border-color css
<style>
span { border-color: #758800; }
span { border-color: rgb(117,136,0); }
td.TdClassName
{
border-color: #758800;
}
.TagClassName
{
border-color: #758800;
}
</style>