Shades of Olive #897502
Tints of Olive #897502
RGB
CMYK
RGB Variations
Color information
#897502 (or 0x897502) is known color: Olive. HEX triplet: 89, 75 and 02. RGB value is (137,117,2). Sum of RGB (Red+Green+Blue) = 137+117+2=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #897502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897502 is #768AFD. Grayscale: #6E6E6E. Windows color (decimal): -7768830 or 161161. OLE color: 161161.
HSL color Cylindrical-coordinate representation of color #897502: hue angle of 51.11º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #897502 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 117 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.46 |
| HSL | 51.11º | 0.97% | 0.27% | - |
| HSV(B) | 51.11º | 0.99% | 0.54% | - |
| XYZ | 16.69 | 18.05 | 2.66 | - |
| YUV | 109.87 | 67.13 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 2 | 0 | 0.15 | 0.99 | 0.46 | 51.11 | 0.97 | 0.27 |
| Hex | 89 | 75 | 2 | 0 | F | 63 | 2E | 33 | 61 | 1B |
| Octal | 211 | 165 | 2 | 0 | 17 | 143 | 56 | 63 | 141 | 33 |
| Binary | 10001001 | 1110101 | 10 | 0 | 1111 | 1100011 | 101110 | 110011 | 1100001 | 11011 |
Color Harmonies of #897502
Complementary color
Monochromatic Colors of #897502
Black with #897502
Text Example
Text Example
White with #897502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897502; }
p { color: rgb(137,117,2); }
H1.HeaderClassName
{
color: #897502;
}
.AnyTagClassName
{
color: #897502;
}
</style>
background-color css
<style>
a { background-color: #897502; }
a { background-color: rgb(137,117,2); }
div.DivClassName
{
background-color: #897502;
}
.BgClassName
{
background-color: #897502;
}
</style>
border-color css
<style>
span { border-color: #897502; }
span { border-color: rgb(137,117,2); }
td.TdClassName
{
border-color: #897502;
}
.TagClassName
{
border-color: #897502;
}
</style>