Shades of Olive #769501
Tints of Olive #769501
RGB
CMYK
RGB Variations
Color information
#769501 (or 0x769501) is known color: Olive. HEX triplet: 76, 95 and 01. RGB value is (118,149,1). Sum of RGB (Red+Green+Blue) = 118+149+1=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #769501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769501 is #896AFE. Grayscale: #7B7B7B. Windows color (decimal): -9005823 or 103798. OLE color: 103798.
HSL color Cylindrical-coordinate representation of color #769501: hue angle of 72.57º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #769501 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 149 | 1 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.42 |
| HSL | 72.57º | 0.99% | 0.29% | - |
| HSV(B) | 72.57º | 0.99% | 0.58% | - |
| XYZ | 18.22 | 25.35 | 3.96 | - |
| YUV | 122.86 | 59.23 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 1 | 0.21 | 0 | 0.99 | 0.42 | 72.57 | 0.99 | 0.29 |
| Hex | 76 | 95 | 1 | 15 | 0 | 63 | 2A | 49 | 63 | 1D |
| Octal | 166 | 225 | 1 | 25 | 0 | 143 | 52 | 111 | 143 | 35 |
| Binary | 1110110 | 10010101 | 1 | 10101 | 0 | 1100011 | 101010 | 1001001 | 1100011 | 11101 |
Color Harmonies of #769501
Complementary color
Monochromatic Colors of #769501
Black with #769501
Text Example
Text Example
White with #769501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769501; }
p { color: rgb(118,149,1); }
H1.HeaderClassName
{
color: #769501;
}
.AnyTagClassName
{
color: #769501;
}
</style>
background-color css
<style>
a { background-color: #769501; }
a { background-color: rgb(118,149,1); }
div.DivClassName
{
background-color: #769501;
}
.BgClassName
{
background-color: #769501;
}
</style>
border-color css
<style>
span { border-color: #769501; }
span { border-color: rgb(118,149,1); }
td.TdClassName
{
border-color: #769501;
}
.TagClassName
{
border-color: #769501;
}
</style>