Shades of Olive #788A02
Tints of Olive #788A02
RGB
CMYK
RGB Variations
Color information
#788A02 (or 0x788A02) is known color: Olive. HEX triplet: 78, 8A and 02. RGB value is (120,138,2). Sum of RGB (Red+Green+Blue) = 120+138+2=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 138 (54.30% from 255 or 53.08% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 138 - color contains mainly: green. Hex color #788A02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788A02 is #8775FD. Grayscale: #757575. Windows color (decimal): -8877566 or 166520. OLE color: 166520.
HSL color Cylindrical-coordinate representation of color #788A02: hue angle of 67.94º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #788A02 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.46 |
| HSL | 67.94º | 0.97% | 0.27% | - |
| HSV(B) | 67.94º | 0.99% | 0.54% | - |
| XYZ | 16.85 | 22.17 | 3.45 | - |
| YUV | 117.11 | 63.04 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 2 | 0.13 | 0 | 0.99 | 0.46 | 67.94 | 0.97 | 0.27 |
| Hex | 78 | 8A | 2 | D | 0 | 63 | 2E | 44 | 61 | 1B |
| Octal | 170 | 212 | 2 | 15 | 0 | 143 | 56 | 104 | 141 | 33 |
| Binary | 1111000 | 10001010 | 10 | 1101 | 0 | 1100011 | 101110 | 1000100 | 1100001 | 11011 |
Color Harmonies of #788A02
Complementary color
Monochromatic Colors of #788A02
Black with #788A02
Text Example
Text Example
White with #788A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A02; }
p { color: rgb(120,138,2); }
H1.HeaderClassName
{
color: #788A02;
}
.AnyTagClassName
{
color: #788A02;
}
</style>
background-color css
<style>
a { background-color: #788A02; }
a { background-color: rgb(120,138,2); }
div.DivClassName
{
background-color: #788A02;
}
.BgClassName
{
background-color: #788A02;
}
</style>
border-color css
<style>
span { border-color: #788A02; }
span { border-color: rgb(120,138,2); }
td.TdClassName
{
border-color: #788A02;
}
.TagClassName
{
border-color: #788A02;
}
</style>