Shades of Olive #769400
Tints of Olive #769400
RGB
CMYK
RGB Variations
Color information
#769400 (or 0x769400) is known color: Olive. HEX triplet: 76, 94 and 00. RGB value is (118,148,0). Sum of RGB (Red+Green+Blue) = 118+148+0=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #769400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769400 is #896BFF. Grayscale: #7A7A7A. Windows color (decimal): -9006080 or 38006. OLE color: 38006.
HSL color Cylindrical-coordinate representation of color #769400: hue angle of 72.16º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #769400 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 148 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.42 |
| HSL | 72.16º | 1% | 0.29% | - |
| HSV(B) | 72.16º | 1% | 0.58% | - |
| XYZ | 18.06 | 25.03 | 3.88 | - |
| YUV | 122.16 | 59.06 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 148 | 0 | 0.20 | 0 | 1 | 0.42 | 72.16 | 1 | 0.29 |
| Hex | 76 | 94 | 0 | 14 | 0 | 64 | 2A | 48 | 64 | 1D |
| Octal | 166 | 224 | 0 | 24 | 0 | 144 | 52 | 110 | 144 | 35 |
| Binary | 1110110 | 10010100 | 0 | 10100 | 0 | 1100100 | 101010 | 1001000 | 1100100 | 11101 |
Color Harmonies of #769400
Complementary color
Monochromatic Colors of #769400
Black with #769400
Text Example
Text Example
White with #769400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769400; }
p { color: rgb(118,148,0); }
H1.HeaderClassName
{
color: #769400;
}
.AnyTagClassName
{
color: #769400;
}
</style>
background-color css
<style>
a { background-color: #769400; }
a { background-color: rgb(118,148,0); }
div.DivClassName
{
background-color: #769400;
}
.BgClassName
{
background-color: #769400;
}
</style>
border-color css
<style>
span { border-color: #769400; }
span { border-color: rgb(118,148,0); }
td.TdClassName
{
border-color: #769400;
}
.TagClassName
{
border-color: #769400;
}
</style>