Shades of Olive #769101
Tints of Olive #769101
RGB
CMYK
RGB Variations
Color information
#769101 (or 0x769101) is known color: Olive. HEX triplet: 76, 91 and 01. RGB value is (118,145,1). Sum of RGB (Red+Green+Blue) = 118+145+1=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #769101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769101 is #896EFE. Grayscale: #797979. Windows color (decimal): -9006847 or 102774. OLE color: 102774.
HSL color Cylindrical-coordinate representation of color #769101: hue angle of 71.25º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #769101 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 145 | 1 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.43 |
| HSL | 71.25º | 0.99% | 0.29% | - |
| HSV(B) | 71.25º | 0.99% | 0.57% | - |
| XYZ | 17.6 | 24.1 | 3.75 | - |
| YUV | 120.51 | 60.55 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 145 | 1 | 0.19 | 0 | 0.99 | 0.43 | 71.25 | 0.99 | 0.29 |
| Hex | 76 | 91 | 1 | 13 | 0 | 63 | 2B | 47 | 63 | 1D |
| Octal | 166 | 221 | 1 | 23 | 0 | 143 | 53 | 107 | 143 | 35 |
| Binary | 1110110 | 10010001 | 1 | 10011 | 0 | 1100011 | 101011 | 1000111 | 1100011 | 11101 |
Color Harmonies of #769101
Complementary color
Monochromatic Colors of #769101
Black with #769101
Text Example
Text Example
White with #769101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769101; }
p { color: rgb(118,145,1); }
H1.HeaderClassName
{
color: #769101;
}
.AnyTagClassName
{
color: #769101;
}
</style>
background-color css
<style>
a { background-color: #769101; }
a { background-color: rgb(118,145,1); }
div.DivClassName
{
background-color: #769101;
}
.BgClassName
{
background-color: #769101;
}
</style>
border-color css
<style>
span { border-color: #769101; }
span { border-color: rgb(118,145,1); }
td.TdClassName
{
border-color: #769101;
}
.TagClassName
{
border-color: #769101;
}
</style>