Shades of Olive Drab #769426
Tints of Olive Drab #769426
RGB
CMYK
RGB Variations
Color information
#769426 (or 0x769426) is known color: Olive Drab. HEX triplet: 76, 94 and 26. RGB value is (118,148,38). Sum of RGB (Red+Green+Blue) = 118+148+38=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #769426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769426 is #896BD9. Grayscale: #7E7E7E. Windows color (decimal): -9006042 or 2528374. OLE color: 2528374.
HSL color Cylindrical-coordinate representation of color #769426: hue angle of 76.36º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #769426 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 148 | 38 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.42 |
| HSL | 76.36º | 0.59% | 0.36% | - |
| HSV(B) | 76.36º | 0.74% | 0.58% | - |
| XYZ | 18.41 | 25.17 | 5.72 | - |
| YUV | 126.49 | 78.06 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 148 | 38 | 0.20 | 0 | 0.74 | 0.42 | 76.36 | 0.59 | 0.36 |
| Hex | 76 | 94 | 26 | 14 | 0 | 4A | 2A | 4C | 3B | 24 |
| Octal | 166 | 224 | 46 | 24 | 0 | 112 | 52 | 114 | 73 | 44 |
| Binary | 1110110 | 10010100 | 100110 | 10100 | 0 | 1001010 | 101010 | 1001100 | 111011 | 100100 |
Color Harmonies of #769426
Complementary color
Monochromatic Colors of #769426
Black with #769426
Text Example
Text Example
White with #769426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769426; }
p { color: rgb(118,148,38); }
H1.HeaderClassName
{
color: #769426;
}
.AnyTagClassName
{
color: #769426;
}
</style>
background-color css
<style>
a { background-color: #769426; }
a { background-color: rgb(118,148,38); }
div.DivClassName
{
background-color: #769426;
}
.BgClassName
{
background-color: #769426;
}
</style>
border-color css
<style>
span { border-color: #769426; }
span { border-color: rgb(118,148,38); }
td.TdClassName
{
border-color: #769426;
}
.TagClassName
{
border-color: #769426;
}
</style>