Shades of Olive #749702
Tints of Olive #749702
RGB
CMYK
RGB Variations
Color information
#749702 (or 0x749702) is known color: Olive. HEX triplet: 74, 97 and 02. RGB value is (116,151,2). Sum of RGB (Red+Green+Blue) = 116+151+2=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 151 (59.38% from 255 or 56.13% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 151 - color contains mainly: green. Hex color #749702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749702 is #8B68FD. Grayscale: #7C7C7C. Windows color (decimal): -9136382 or 169844. OLE color: 169844.
HSL color Cylindrical-coordinate representation of color #749702: hue angle of 74.09º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #749702 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 151 | 2 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.41 |
| HSL | 74.09º | 0.97% | 0.3% | - |
| HSV(B) | 74.09º | 0.99% | 0.59% | - |
| XYZ | 18.28 | 25.85 | 4.08 | - |
| YUV | 123.55 | 59.4 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 151 | 2 | 0.23 | 0 | 0.99 | 0.41 | 74.09 | 0.97 | 0.3 |
| Hex | 74 | 97 | 2 | 17 | 0 | 63 | 29 | 4A | 61 | 1E |
| Octal | 164 | 227 | 2 | 27 | 0 | 143 | 51 | 112 | 141 | 36 |
| Binary | 1110100 | 10010111 | 10 | 10111 | 0 | 1100011 | 101001 | 1001010 | 1100001 | 11110 |
Color Harmonies of #749702
Complementary color
Monochromatic Colors of #749702
Black with #749702
Text Example
Text Example
White with #749702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749702; }
p { color: rgb(116,151,2); }
H1.HeaderClassName
{
color: #749702;
}
.AnyTagClassName
{
color: #749702;
}
</style>
background-color css
<style>
a { background-color: #749702; }
a { background-color: rgb(116,151,2); }
div.DivClassName
{
background-color: #749702;
}
.BgClassName
{
background-color: #749702;
}
</style>
border-color css
<style>
span { border-color: #749702; }
span { border-color: rgb(116,151,2); }
td.TdClassName
{
border-color: #749702;
}
.TagClassName
{
border-color: #749702;
}
</style>