Shades of Olive #799403
Tints of Olive #799403
RGB
CMYK
RGB Variations
Color information
#799403 (or 0x799403) is known color: Olive. HEX triplet: 79, 94 and 03. RGB value is (121,148,3). Sum of RGB (Red+Green+Blue) = 121+148+3=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #799403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799403 is #866BFC. Grayscale: #7B7B7B. Windows color (decimal): -8809469 or 234617. OLE color: 234617.
HSL color Cylindrical-coordinate representation of color #799403: hue angle of 71.17º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #799403 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 148 | 3 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.42 |
| HSL | 71.17º | 0.96% | 0.3% | - |
| HSV(B) | 71.17º | 0.98% | 0.58% | - |
| XYZ | 18.49 | 25.25 | 3.99 | - |
| YUV | 123.4 | 60.05 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 148 | 3 | 0.18 | 0 | 0.98 | 0.42 | 71.17 | 0.96 | 0.3 |
| Hex | 79 | 94 | 3 | 12 | 0 | 62 | 2A | 47 | 60 | 1E |
| Octal | 171 | 224 | 3 | 22 | 0 | 142 | 52 | 107 | 140 | 36 |
| Binary | 1111001 | 10010100 | 11 | 10010 | 0 | 1100010 | 101010 | 1000111 | 1100000 | 11110 |
Color Harmonies of #799403
Complementary color
Monochromatic Colors of #799403
Black with #799403
Text Example
Text Example
White with #799403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799403; }
p { color: rgb(121,148,3); }
H1.HeaderClassName
{
color: #799403;
}
.AnyTagClassName
{
color: #799403;
}
</style>
background-color css
<style>
a { background-color: #799403; }
a { background-color: rgb(121,148,3); }
div.DivClassName
{
background-color: #799403;
}
.BgClassName
{
background-color: #799403;
}
</style>
border-color css
<style>
span { border-color: #799403; }
span { border-color: rgb(121,148,3); }
td.TdClassName
{
border-color: #799403;
}
.TagClassName
{
border-color: #799403;
}
</style>