Shades of Olive Drab #768F22
Tints of Olive Drab #768F22
RGB
CMYK
RGB Variations
Color information
#768F22 (or 0x768F22) is known color: Olive Drab. HEX triplet: 76, 8F and 22. RGB value is (118,143,34). Sum of RGB (Red+Green+Blue) = 118+143+34=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 143 - color contains mainly: green. Hex color #768F22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768F22 is #8970DD. Grayscale: #7B7B7B. Windows color (decimal): -9007326 or 2264950. OLE color: 2264950.
HSL color Cylindrical-coordinate representation of color #768F22: hue angle of 73.76º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #768F22 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 143 | 34 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.44 |
| HSL | 73.76º | 0.62% | 0.35% | - |
| HSV(B) | 73.76º | 0.76% | 0.56% | - |
| XYZ | 17.58 | 23.61 | 5.14 | - |
| YUV | 123.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 34 | 0.17 | 0 | 0.76 | 0.44 | 73.76 | 0.62 | 0.35 |
| Hex | 76 | 8F | 22 | 11 | 0 | 4C | 2C | 4A | 3E | 23 |
| Octal | 166 | 217 | 42 | 21 | 0 | 114 | 54 | 112 | 76 | 43 |
| Binary | 1110110 | 10001111 | 100010 | 10001 | 0 | 1001100 | 101100 | 1001010 | 111110 | 100011 |
Color Harmonies of #768F22
Complementary color
Monochromatic Colors of #768F22
Black with #768F22
Text Example
Text Example
White with #768F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768F22; }
p { color: rgb(118,143,34); }
H1.HeaderClassName
{
color: #768F22;
}
.AnyTagClassName
{
color: #768F22;
}
</style>
background-color css
<style>
a { background-color: #768F22; }
a { background-color: rgb(118,143,34); }
div.DivClassName
{
background-color: #768F22;
}
.BgClassName
{
background-color: #768F22;
}
</style>
border-color css
<style>
span { border-color: #768F22; }
span { border-color: rgb(118,143,34); }
td.TdClassName
{
border-color: #768F22;
}
.TagClassName
{
border-color: #768F22;
}
</style>