Shades of Olive #789102
Tints of Olive #789102
RGB
CMYK
RGB Variations
Color information
#789102 (or 0x789102) is known color: Olive. HEX triplet: 78, 91 and 02. RGB value is (120,145,2). Sum of RGB (Red+Green+Blue) = 120+145+2=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 145 (57.03% from 255 or 54.31% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 145 - color contains mainly: green. Hex color #789102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789102 is #876EFD. Grayscale: #797979. Windows color (decimal): -8875774 or 168312. OLE color: 168312.
HSL color Cylindrical-coordinate representation of color #789102: hue angle of 70.49º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #789102 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 145 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.43 |
| HSL | 70.49º | 0.97% | 0.29% | - |
| HSV(B) | 70.49º | 0.99% | 0.57% | - |
| XYZ | 17.88 | 24.25 | 3.8 | - |
| YUV | 121.22 | 60.72 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 2 | 0.17 | 0 | 0.99 | 0.43 | 70.49 | 0.97 | 0.29 |
| Hex | 78 | 91 | 2 | 11 | 0 | 63 | 2B | 46 | 61 | 1D |
| Octal | 170 | 221 | 2 | 21 | 0 | 143 | 53 | 106 | 141 | 35 |
| Binary | 1111000 | 10010001 | 10 | 10001 | 0 | 1100011 | 101011 | 1000110 | 1100001 | 11101 |
Color Harmonies of #789102
Complementary color
Monochromatic Colors of #789102
Black with #789102
Text Example
Text Example
White with #789102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789102; }
p { color: rgb(120,145,2); }
H1.HeaderClassName
{
color: #789102;
}
.AnyTagClassName
{
color: #789102;
}
</style>
background-color css
<style>
a { background-color: #789102; }
a { background-color: rgb(120,145,2); }
div.DivClassName
{
background-color: #789102;
}
.BgClassName
{
background-color: #789102;
}
</style>
border-color css
<style>
span { border-color: #789102; }
span { border-color: rgb(120,145,2); }
td.TdClassName
{
border-color: #789102;
}
.TagClassName
{
border-color: #789102;
}
</style>