Shades of Olive #768902
Tints of Olive #768902
RGB
CMYK
RGB Variations
Color information
#768902 (or 0x768902) is known color: Olive. HEX triplet: 76, 89 and 02. RGB value is (118,137,2). Sum of RGB (Red+Green+Blue) = 118+137+2=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #768902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768902 is #8976FD. Grayscale: #747474. Windows color (decimal): -9008894 or 166262. OLE color: 166262.
HSL color Cylindrical-coordinate representation of color #768902: hue angle of 68.44º 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 #768902 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 137 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.46 |
| HSL | 68.44º | 0.97% | 0.27% | - |
| HSV(B) | 68.44º | 0.99% | 0.54% | - |
| XYZ | 16.43 | 21.75 | 3.39 | - |
| YUV | 115.93 | 63.71 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 137 | 2 | 0.14 | 0 | 0.99 | 0.46 | 68.44 | 0.97 | 0.27 |
| Hex | 76 | 89 | 2 | E | 0 | 63 | 2E | 44 | 61 | 1B |
| Octal | 166 | 211 | 2 | 16 | 0 | 143 | 56 | 104 | 141 | 33 |
| Binary | 1110110 | 10001001 | 10 | 1110 | 0 | 1100011 | 101110 | 1000100 | 1100001 | 11011 |
Color Harmonies of #768902
Complementary color
Monochromatic Colors of #768902
Black with #768902
Text Example
Text Example
White with #768902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768902; }
p { color: rgb(118,137,2); }
H1.HeaderClassName
{
color: #768902;
}
.AnyTagClassName
{
color: #768902;
}
</style>
background-color css
<style>
a { background-color: #768902; }
a { background-color: rgb(118,137,2); }
div.DivClassName
{
background-color: #768902;
}
.BgClassName
{
background-color: #768902;
}
</style>
border-color css
<style>
span { border-color: #768902; }
span { border-color: rgb(118,137,2); }
td.TdClassName
{
border-color: #768902;
}
.TagClassName
{
border-color: #768902;
}
</style>