Shades of Olive Drab #768D27
Tints of Olive Drab #768D27
RGB
CMYK
RGB Variations
Color information
#768D27 (or 0x768D27) is known color: Olive Drab. HEX triplet: 76, 8D and 27. RGB value is (118,141,39). Sum of RGB (Red+Green+Blue) = 118+141+39=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 141 - color contains mainly: green. Hex color #768D27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768D27 is #8972D8. Grayscale: #7A7A7A. Windows color (decimal): -9007833 or 2592118. OLE color: 2592118.
HSL color Cylindrical-coordinate representation of color #768D27: hue angle of 73.53º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #768D27 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 141 | 39 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.45 |
| HSL | 73.53º | 0.57% | 0.35% | - |
| HSV(B) | 73.53º | 0.72% | 0.55% | - |
| XYZ | 17.36 | 23.05 | 5.45 | - |
| YUV | 122.5 | 80.88 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 39 | 0.16 | 0 | 0.72 | 0.45 | 73.53 | 0.57 | 0.35 |
| Hex | 76 | 8D | 27 | 10 | 0 | 48 | 2D | 4A | 39 | 23 |
| Octal | 166 | 215 | 47 | 20 | 0 | 110 | 55 | 112 | 71 | 43 |
| Binary | 1110110 | 10001101 | 100111 | 10000 | 0 | 1001000 | 101101 | 1001010 | 111001 | 100011 |
Color Harmonies of #768D27
Complementary color
Monochromatic Colors of #768D27
Black with #768D27
Text Example
Text Example
White with #768D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768D27; }
p { color: rgb(118,141,39); }
H1.HeaderClassName
{
color: #768D27;
}
.AnyTagClassName
{
color: #768D27;
}
</style>
background-color css
<style>
a { background-color: #768D27; }
a { background-color: rgb(118,141,39); }
div.DivClassName
{
background-color: #768D27;
}
.BgClassName
{
background-color: #768D27;
}
</style>
border-color css
<style>
span { border-color: #768D27; }
span { border-color: rgb(118,141,39); }
td.TdClassName
{
border-color: #768D27;
}
.TagClassName
{
border-color: #768D27;
}
</style>