Shades of Olive #769703
Tints of Olive #769703
RGB
CMYK
RGB Variations
Color information
#769703 (or 0x769703) is known color: Olive. HEX triplet: 76, 97 and 03. RGB value is (118,151,3). Sum of RGB (Red+Green+Blue) = 118+151+3=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #769703 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769703 is #8968FC. Grayscale: #7C7C7C. Windows color (decimal): -9005309 or 235382. OLE color: 235382.
HSL color Cylindrical-coordinate representation of color #769703: hue angle of 73.38º 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 #769703 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 151 | 3 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.41 |
| HSL | 73.38º | 0.96% | 0.3% | - |
| HSV(B) | 73.38º | 0.98% | 0.59% | - |
| XYZ | 18.55 | 25.99 | 4.13 | - |
| YUV | 124.26 | 59.57 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 151 | 3 | 0.22 | 0 | 0.98 | 0.41 | 73.38 | 0.96 | 0.3 |
| Hex | 76 | 97 | 3 | 16 | 0 | 62 | 29 | 49 | 60 | 1E |
| Octal | 166 | 227 | 3 | 26 | 0 | 142 | 51 | 111 | 140 | 36 |
| Binary | 1110110 | 10010111 | 11 | 10110 | 0 | 1100010 | 101001 | 1001001 | 1100000 | 11110 |
Color Harmonies of #769703
Complementary color
Monochromatic Colors of #769703
Black with #769703
Text Example
Text Example
White with #769703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769703; }
p { color: rgb(118,151,3); }
H1.HeaderClassName
{
color: #769703;
}
.AnyTagClassName
{
color: #769703;
}
</style>
background-color css
<style>
a { background-color: #769703; }
a { background-color: rgb(118,151,3); }
div.DivClassName
{
background-color: #769703;
}
.BgClassName
{
background-color: #769703;
}
</style>
border-color css
<style>
span { border-color: #769703; }
span { border-color: rgb(118,151,3); }
td.TdClassName
{
border-color: #769703;
}
.TagClassName
{
border-color: #769703;
}
</style>