Shades of Olive Drab #769A1B
Tints of Olive Drab #769A1B
RGB
CMYK
RGB Variations
Color information
#769A1B (or 0x769A1B) is known color: Olive Drab. HEX triplet: 76, 9A and 1B. RGB value is (118,154,27). Sum of RGB (Red+Green+Blue) = 118+154+27=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 154 (60.55% from 255 or 51.51% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 154 - color contains mainly: green. Hex color #769A1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769A1B is #8965E4. Grayscale: #818181. Windows color (decimal): -9004517 or 1809014. OLE color: 1809014.
HSL color Cylindrical-coordinate representation of color #769A1B: hue angle of 77.01º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #769A1B is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 154 | 27 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.40 |
| HSL | 77.01º | 0.7% | 0.35% | - |
| HSV(B) | 77.01º | 0.82% | 0.6% | - |
| XYZ | 19.22 | 27.04 | 5.24 | - |
| YUV | 128.76 | 70.57 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 27 | 0.23 | 0 | 0.82 | 0.40 | 77.01 | 0.7 | 0.35 |
| Hex | 76 | 9A | 1B | 17 | 0 | 52 | 28 | 4D | 46 | 23 |
| Octal | 166 | 232 | 33 | 27 | 0 | 122 | 50 | 115 | 106 | 43 |
| Binary | 1110110 | 10011010 | 11011 | 10111 | 0 | 1010010 | 101000 | 1001101 | 1000110 | 100011 |
Color Harmonies of #769A1B
Complementary color
Monochromatic Colors of #769A1B
Black with #769A1B
Text Example
Text Example
White with #769A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769A1B; }
p { color: rgb(118,154,27); }
H1.HeaderClassName
{
color: #769A1B;
}
.AnyTagClassName
{
color: #769A1B;
}
</style>
background-color css
<style>
a { background-color: #769A1B; }
a { background-color: rgb(118,154,27); }
div.DivClassName
{
background-color: #769A1B;
}
.BgClassName
{
background-color: #769A1B;
}
</style>
border-color css
<style>
span { border-color: #769A1B; }
span { border-color: rgb(118,154,27); }
td.TdClassName
{
border-color: #769A1B;
}
.TagClassName
{
border-color: #769A1B;
}
</style>