Shades of Olive #738201
Tints of Olive #738201
RGB
CMYK
RGB Variations
Color information
#738201 (or 0x738201) is known color: Olive. HEX triplet: 73, 82 and 01. RGB value is (115,130,1). Sum of RGB (Red+Green+Blue) = 115+130+1=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #738201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738201 is #8C7DFE. Grayscale: #6F6F6F. Windows color (decimal): -9207295 or 98931. OLE color: 98931.
HSL color Cylindrical-coordinate representation of color #738201: hue angle of 66.98º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #738201 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 130 | 1 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.49 |
| HSL | 66.98º | 0.98% | 0.26% | - |
| HSV(B) | 66.98º | 0.99% | 0.51% | - |
| XYZ | 15.06 | 19.61 | 3.02 | - |
| YUV | 110.81 | 66.03 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 130 | 1 | 0.12 | 0 | 0.99 | 0.49 | 66.98 | 0.98 | 0.26 |
| Hex | 73 | 82 | 1 | C | 0 | 63 | 31 | 43 | 62 | 1A |
| Octal | 163 | 202 | 1 | 14 | 0 | 143 | 61 | 103 | 142 | 32 |
| Binary | 1110011 | 10000010 | 1 | 1100 | 0 | 1100011 | 110001 | 1000011 | 1100010 | 11010 |
Color Harmonies of #738201
Complementary color
Monochromatic Colors of #738201
Black with #738201
Text Example
Text Example
White with #738201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738201; }
p { color: rgb(115,130,1); }
H1.HeaderClassName
{
color: #738201;
}
.AnyTagClassName
{
color: #738201;
}
</style>
background-color css
<style>
a { background-color: #738201; }
a { background-color: rgb(115,130,1); }
div.DivClassName
{
background-color: #738201;
}
.BgClassName
{
background-color: #738201;
}
</style>
border-color css
<style>
span { border-color: #738201; }
span { border-color: rgb(115,130,1); }
td.TdClassName
{
border-color: #738201;
}
.TagClassName
{
border-color: #738201;
}
</style>