Shades of Olive #758205
Tints of Olive #758205
RGB
CMYK
RGB Variations
Color information
#758205 (or 0x758205) is known color: Olive. HEX triplet: 75, 82 and 05. RGB value is (117,130,5). Sum of RGB (Red+Green+Blue) = 117+130+5=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #758205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758205 is #8A7DFA. Grayscale: #707070. Windows color (decimal): -9076219 or 361077. OLE color: 361077.
HSL color Cylindrical-coordinate representation of color #758205: hue angle of 66.24º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #758205 is Cyan = 0.1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 5 | - |
| CMYK | 0.1 | 0 | 0.96 | 0.49 |
| HSL | 66.24º | 0.93% | 0.26% | - |
| HSV(B) | 66.24º | 0.96% | 0.51% | - |
| XYZ | 15.35 | 19.76 | 3.15 | - |
| YUV | 111.86 | 67.69 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 5 | 0.1 | 0 | 0.96 | 0.49 | 66.24 | 0.93 | 0.26 |
| Hex | 75 | 82 | 5 | A | 0 | 60 | 31 | 42 | 5D | 1A |
| Octal | 165 | 202 | 5 | 12 | 0 | 140 | 61 | 102 | 135 | 32 |
| Binary | 1110101 | 10000010 | 101 | 1010 | 0 | 1100000 | 110001 | 1000010 | 1011101 | 11010 |
Color Harmonies of #758205
Complementary color
Monochromatic Colors of #758205
Black with #758205
Text Example
Text Example
White with #758205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758205; }
p { color: rgb(117,130,5); }
H1.HeaderClassName
{
color: #758205;
}
.AnyTagClassName
{
color: #758205;
}
</style>
background-color css
<style>
a { background-color: #758205; }
a { background-color: rgb(117,130,5); }
div.DivClassName
{
background-color: #758205;
}
.BgClassName
{
background-color: #758205;
}
</style>
border-color css
<style>
span { border-color: #758205; }
span { border-color: rgb(117,130,5); }
td.TdClassName
{
border-color: #758205;
}
.TagClassName
{
border-color: #758205;
}
</style>