Shades of Olive #789603
Tints of Olive #789603
RGB
CMYK
RGB Variations
Color information
#789603 (or 0x789603) is known color: Olive. HEX triplet: 78, 96 and 03. RGB value is (120,150,3). Sum of RGB (Red+Green+Blue) = 120+150+3=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #789603 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789603 is #8769FC. Grayscale: #7C7C7C. Windows color (decimal): -8874493 or 235128. OLE color: 235128.
HSL color Cylindrical-coordinate representation of color #789603: hue angle of 72.24º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #789603 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 150 | 3 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.41 |
| HSL | 72.24º | 0.96% | 0.3% | - |
| HSV(B) | 72.24º | 0.98% | 0.59% | - |
| XYZ | 18.67 | 25.81 | 4.08 | - |
| YUV | 124.27 | 59.56 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 150 | 3 | 0.20 | 0 | 0.98 | 0.41 | 72.24 | 0.96 | 0.3 |
| Hex | 78 | 96 | 3 | 14 | 0 | 62 | 29 | 48 | 60 | 1E |
| Octal | 170 | 226 | 3 | 24 | 0 | 142 | 51 | 110 | 140 | 36 |
| Binary | 1111000 | 10010110 | 11 | 10100 | 0 | 1100010 | 101001 | 1001000 | 1100000 | 11110 |
Color Harmonies of #789603
Complementary color
Monochromatic Colors of #789603
Black with #789603
Text Example
Text Example
White with #789603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789603; }
p { color: rgb(120,150,3); }
H1.HeaderClassName
{
color: #789603;
}
.AnyTagClassName
{
color: #789603;
}
</style>
background-color css
<style>
a { background-color: #789603; }
a { background-color: rgb(120,150,3); }
div.DivClassName
{
background-color: #789603;
}
.BgClassName
{
background-color: #789603;
}
</style>
border-color css
<style>
span { border-color: #789603; }
span { border-color: rgb(120,150,3); }
td.TdClassName
{
border-color: #789603;
}
.TagClassName
{
border-color: #789603;
}
</style>