Shades of Olive #769800
Tints of Olive #769800
RGB
CMYK
RGB Variations
Color information
#769800 (or 0x769800) is known color: Olive. HEX triplet: 76, 98 and 00. RGB value is (118,152,0). Sum of RGB (Red+Green+Blue) = 118+152+0=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #769800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769800 is #8967FF. Grayscale: #7D7D7D. Windows color (decimal): -9005056 or 39030. OLE color: 39030.
HSL color Cylindrical-coordinate representation of color #769800: hue angle of 73.42º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #769800 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 152 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.40 |
| HSL | 73.42º | 1% | 0.3% | - |
| HSV(B) | 73.42º | 1% | 0.6% | - |
| XYZ | 18.7 | 26.31 | 4.09 | - |
| YUV | 124.51 | 57.74 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 0 | 0.22 | 0 | 1 | 0.40 | 73.42 | 1 | 0.3 |
| Hex | 76 | 98 | 0 | 16 | 0 | 64 | 28 | 49 | 64 | 1E |
| Octal | 166 | 230 | 0 | 26 | 0 | 144 | 50 | 111 | 144 | 36 |
| Binary | 1110110 | 10011000 | 0 | 10110 | 0 | 1100100 | 101000 | 1001001 | 1100100 | 11110 |
Color Harmonies of #769800
Complementary color
Monochromatic Colors of #769800
Black with #769800
Text Example
Text Example
White with #769800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769800; }
p { color: rgb(118,152,0); }
H1.HeaderClassName
{
color: #769800;
}
.AnyTagClassName
{
color: #769800;
}
</style>
background-color css
<style>
a { background-color: #769800; }
a { background-color: rgb(118,152,0); }
div.DivClassName
{
background-color: #769800;
}
.BgClassName
{
background-color: #769800;
}
</style>
border-color css
<style>
span { border-color: #769800; }
span { border-color: rgb(118,152,0); }
td.TdClassName
{
border-color: #769800;
}
.TagClassName
{
border-color: #769800;
}
</style>