Shades of Olive #737302
Tints of Olive #737302
RGB
CMYK
RGB Variations
Color information
#737302 (or 0x737302) is known color: Olive. HEX triplet: 73, 73 and 02. RGB value is (115,115,2). Sum of RGB (Red+Green+Blue) = 115+115+2=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 115 - color contains mainly: red, green. Hex color #737302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737302 is #8C8CFD. Grayscale: #666666. Windows color (decimal): -9211134 or 160627. OLE color: 160627.
HSL color Cylindrical-coordinate representation of color #737302: hue angle of 60º 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 #737302 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 115 | 2 | - |
| CMYK | 0 | 0 | 0.98 | 0.55 |
| HSL | 60º | 0.97% | 0.23% | - |
| HSV(B) | 60º | 0.98% | 0.45% | - |
| XYZ | 13.21 | 15.91 | 2.43 | - |
| YUV | 102.12 | 71.5 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 115 | 2 | 0 | 0 | 0.98 | 0.55 | 60 | 0.97 | 0.23 |
| Hex | 73 | 73 | 2 | 0 | 0 | 62 | 37 | 3C | 61 | 17 |
| Octal | 163 | 163 | 2 | 0 | 0 | 142 | 67 | 74 | 141 | 27 |
| Binary | 1110011 | 1110011 | 10 | 0 | 0 | 1100010 | 110111 | 111100 | 1100001 | 10111 |
Color Harmonies of #737302
Complementary color
Monochromatic Colors of #737302
Black with #737302
Text Example
Text Example
White with #737302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737302; }
p { color: rgb(115,115,2); }
H1.HeaderClassName
{
color: #737302;
}
.AnyTagClassName
{
color: #737302;
}
</style>
background-color css
<style>
a { background-color: #737302; }
a { background-color: rgb(115,115,2); }
div.DivClassName
{
background-color: #737302;
}
.BgClassName
{
background-color: #737302;
}
</style>
border-color css
<style>
span { border-color: #737302; }
span { border-color: rgb(115,115,2); }
td.TdClassName
{
border-color: #737302;
}
.TagClassName
{
border-color: #737302;
}
</style>