Shades of Olive #737402
Tints of Olive #737402
RGB
CMYK
RGB Variations
Color information
#737402 (or 0x737402) is known color: Olive. HEX triplet: 73, 74 and 02. RGB value is (115,116,2). Sum of RGB (Red+Green+Blue) = 115+116+2=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #737402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737402 is #8C8BFD. Grayscale: #676767. Windows color (decimal): -9210878 or 160883. OLE color: 160883.
HSL color Cylindrical-coordinate representation of color #737402: hue angle of 60.53º 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 #737402 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 2 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.55 |
| HSL | 60.53º | 0.97% | 0.23% | - |
| HSV(B) | 60.53º | 0.98% | 0.45% | - |
| XYZ | 13.33 | 16.14 | 2.47 | - |
| YUV | 102.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 2 | 0.01 | 0 | 0.98 | 0.55 | 60.53 | 0.97 | 0.23 |
| Hex | 73 | 74 | 2 | 1 | 0 | 62 | 37 | 3D | 61 | 17 |
| Octal | 163 | 164 | 2 | 1 | 0 | 142 | 67 | 75 | 141 | 27 |
| Binary | 1110011 | 1110100 | 10 | 1 | 0 | 1100010 | 110111 | 111101 | 1100001 | 10111 |
Color Harmonies of #737402
Complementary color
Monochromatic Colors of #737402
Black with #737402
Text Example
Text Example
White with #737402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737402; }
p { color: rgb(115,116,2); }
H1.HeaderClassName
{
color: #737402;
}
.AnyTagClassName
{
color: #737402;
}
</style>
background-color css
<style>
a { background-color: #737402; }
a { background-color: rgb(115,116,2); }
div.DivClassName
{
background-color: #737402;
}
.BgClassName
{
background-color: #737402;
}
</style>
border-color css
<style>
span { border-color: #737402; }
span { border-color: rgb(115,116,2); }
td.TdClassName
{
border-color: #737402;
}
.TagClassName
{
border-color: #737402;
}
</style>