Shades of Olive #737202
Tints of Olive #737202
RGB
CMYK
RGB Variations
Color information
#737202 (or 0x737202) is known color: Olive. HEX triplet: 73, 72 and 02. RGB value is (115,114,2). Sum of RGB (Red+Green+Blue) = 115+114+2=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #737202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737202 is #8C8DFD. Grayscale: #656565. Windows color (decimal): -9211390 or 160371. OLE color: 160371.
HSL color Cylindrical-coordinate representation of color #737202: hue angle of 59.47º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #737202 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 114 | 2 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.55 |
| HSL | 59.47º | 0.97% | 0.23% | - |
| HSV(B) | 59.47º | 0.98% | 0.45% | - |
| XYZ | 13.1 | 15.68 | 2.39 | - |
| YUV | 101.53 | 71.83 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 2 | 0 | 0.01 | 0.98 | 0.55 | 59.47 | 0.97 | 0.23 |
| Hex | 73 | 72 | 2 | 0 | 1 | 62 | 37 | 3B | 61 | 17 |
| Octal | 163 | 162 | 2 | 0 | 1 | 142 | 67 | 73 | 141 | 27 |
| Binary | 1110011 | 1110010 | 10 | 0 | 1 | 1100010 | 110111 | 111011 | 1100001 | 10111 |
Color Harmonies of #737202
Complementary color
Monochromatic Colors of #737202
Black with #737202
Text Example
Text Example
White with #737202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737202; }
p { color: rgb(115,114,2); }
H1.HeaderClassName
{
color: #737202;
}
.AnyTagClassName
{
color: #737202;
}
</style>
background-color css
<style>
a { background-color: #737202; }
a { background-color: rgb(115,114,2); }
div.DivClassName
{
background-color: #737202;
}
.BgClassName
{
background-color: #737202;
}
</style>
border-color css
<style>
span { border-color: #737202; }
span { border-color: rgb(115,114,2); }
td.TdClassName
{
border-color: #737202;
}
.TagClassName
{
border-color: #737202;
}
</style>