Shades of Olive Drab #768E23
Tints of Olive Drab #768E23
RGB
CMYK
RGB Variations
Color information
#768E23 (or 0x768E23) is known color: Olive Drab. HEX triplet: 76, 8E and 23. RGB value is (118,142,35). Sum of RGB (Red+Green+Blue) = 118+142+35=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 142 - color contains mainly: green. Hex color #768E23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768E23 is #8971DC. Grayscale: #7B7B7B. Windows color (decimal): -9007581 or 2330230. OLE color: 2330230.
HSL color Cylindrical-coordinate representation of color #768E23: hue angle of 73.46º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #768E23 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 142 | 35 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.44 |
| HSL | 73.46º | 0.6% | 0.35% | - |
| HSV(B) | 73.46º | 0.75% | 0.56% | - |
| XYZ | 17.45 | 23.32 | 5.17 | - |
| YUV | 122.63 | 78.55 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 35 | 0.17 | 0 | 0.75 | 0.44 | 73.46 | 0.6 | 0.35 |
| Hex | 76 | 8E | 23 | 11 | 0 | 4B | 2C | 49 | 3C | 23 |
| Octal | 166 | 216 | 43 | 21 | 0 | 113 | 54 | 111 | 74 | 43 |
| Binary | 1110110 | 10001110 | 100011 | 10001 | 0 | 1001011 | 101100 | 1001001 | 111100 | 100011 |
Color Harmonies of #768E23
Complementary color
Monochromatic Colors of #768E23
Black with #768E23
Text Example
Text Example
White with #768E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768E23; }
p { color: rgb(118,142,35); }
H1.HeaderClassName
{
color: #768E23;
}
.AnyTagClassName
{
color: #768E23;
}
</style>
background-color css
<style>
a { background-color: #768E23; }
a { background-color: rgb(118,142,35); }
div.DivClassName
{
background-color: #768E23;
}
.BgClassName
{
background-color: #768E23;
}
</style>
border-color css
<style>
span { border-color: #768E23; }
span { border-color: rgb(118,142,35); }
td.TdClassName
{
border-color: #768E23;
}
.TagClassName
{
border-color: #768E23;
}
</style>