Shades of Olive #709301
Tints of Olive #709301
RGB
CMYK
RGB Variations
Color information
#709301 (or 0x709301) is known color: Olive. HEX triplet: 70, 93 and 01. RGB value is (112,147,1). Sum of RGB (Red+Green+Blue) = 112+147+1=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 147 (57.81% from 255 or 56.54% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 147 - color contains mainly: green. Hex color #709301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709301 is #8F6CFE. Grayscale: #787878. Windows color (decimal): -9399551 or 103280. OLE color: 103280.
HSL color Cylindrical-coordinate representation of color #709301: hue angle of 74.38º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #709301 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 147 | 1 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.42 |
| HSL | 74.38º | 0.99% | 0.29% | - |
| HSV(B) | 74.38º | 0.99% | 0.58% | - |
| XYZ | 17.12 | 24.31 | 3.82 | - |
| YUV | 119.89 | 60.9 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 147 | 1 | 0.24 | 0 | 0.99 | 0.42 | 74.38 | 0.99 | 0.29 |
| Hex | 70 | 93 | 1 | 18 | 0 | 63 | 2A | 4A | 63 | 1D |
| Octal | 160 | 223 | 1 | 30 | 0 | 143 | 52 | 112 | 143 | 35 |
| Binary | 1110000 | 10010011 | 1 | 11000 | 0 | 1100011 | 101010 | 1001010 | 1100011 | 11101 |
Color Harmonies of #709301
Complementary color
Monochromatic Colors of #709301
Black with #709301
Text Example
Text Example
White with #709301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709301; }
p { color: rgb(112,147,1); }
H1.HeaderClassName
{
color: #709301;
}
.AnyTagClassName
{
color: #709301;
}
</style>
background-color css
<style>
a { background-color: #709301; }
a { background-color: rgb(112,147,1); }
div.DivClassName
{
background-color: #709301;
}
.BgClassName
{
background-color: #709301;
}
</style>
border-color css
<style>
span { border-color: #709301; }
span { border-color: rgb(112,147,1); }
td.TdClassName
{
border-color: #709301;
}
.TagClassName
{
border-color: #709301;
}
</style>