Shades of Olive Drab #769817
Tints of Olive Drab #769817
RGB
CMYK
RGB Variations
Color information
#769817 (or 0x769817) is known color: Olive Drab. HEX triplet: 76, 98 and 17. RGB value is (118,152,23). Sum of RGB (Red+Green+Blue) = 118+152+23=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #769817 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769817 is #8967E8. Grayscale: #7F7F7F. Windows color (decimal): -9005033 or 1546358. OLE color: 1546358.
HSL color Cylindrical-coordinate representation of color #769817: hue angle of 75.81º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #769817 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 152 | 23 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.40 |
| HSL | 75.81º | 0.74% | 0.34% | - |
| HSV(B) | 75.81º | 0.85% | 0.6% | - |
| XYZ | 18.85 | 26.37 | 4.91 | - |
| YUV | 127.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 23 | 0.22 | 0 | 0.85 | 0.40 | 75.81 | 0.74 | 0.34 |
| Hex | 76 | 98 | 17 | 16 | 0 | 55 | 28 | 4C | 4A | 22 |
| Octal | 166 | 230 | 27 | 26 | 0 | 125 | 50 | 114 | 112 | 42 |
| Binary | 1110110 | 10011000 | 10111 | 10110 | 0 | 1010101 | 101000 | 1001100 | 1001010 | 100010 |
Color Harmonies of #769817
Complementary color
Monochromatic Colors of #769817
Black with #769817
Text Example
Text Example
White with #769817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769817; }
p { color: rgb(118,152,23); }
H1.HeaderClassName
{
color: #769817;
}
.AnyTagClassName
{
color: #769817;
}
</style>
background-color css
<style>
a { background-color: #769817; }
a { background-color: rgb(118,152,23); }
div.DivClassName
{
background-color: #769817;
}
.BgClassName
{
background-color: #769817;
}
</style>
border-color css
<style>
span { border-color: #769817; }
span { border-color: rgb(118,152,23); }
td.TdClassName
{
border-color: #769817;
}
.TagClassName
{
border-color: #769817;
}
</style>