Shades of Olive Drab #768B27
Tints of Olive Drab #768B27
RGB
CMYK
RGB Variations
Color information
#768B27 (or 0x768B27) is known color: Olive Drab. HEX triplet: 76, 8B and 27. RGB value is (118,139,39). Sum of RGB (Red+Green+Blue) = 118+139+39=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #768B27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B27 is #8974D8. Grayscale: #797979. Windows color (decimal): -9008345 or 2591606. OLE color: 2591606.
HSL color Cylindrical-coordinate representation of color #768B27: hue angle of 72.6º degrees, saturation: 0.56, 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 #768B27 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 39 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.45 |
| HSL | 72.6º | 0.56% | 0.35% | - |
| HSV(B) | 72.6º | 0.72% | 0.55% | - |
| XYZ | 17.07 | 22.46 | 5.36 | - |
| YUV | 121.32 | 81.54 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 39 | 0.15 | 0 | 0.72 | 0.45 | 72.6 | 0.56 | 0.35 |
| Hex | 76 | 8B | 27 | F | 0 | 48 | 2D | 49 | 38 | 23 |
| Octal | 166 | 213 | 47 | 17 | 0 | 110 | 55 | 111 | 70 | 43 |
| Binary | 1110110 | 10001011 | 100111 | 1111 | 0 | 1001000 | 101101 | 1001001 | 111000 | 100011 |
Color Harmonies of #768B27
Complementary color
Monochromatic Colors of #768B27
Black with #768B27
Text Example
Text Example
White with #768B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B27; }
p { color: rgb(118,139,39); }
H1.HeaderClassName
{
color: #768B27;
}
.AnyTagClassName
{
color: #768B27;
}
</style>
background-color css
<style>
a { background-color: #768B27; }
a { background-color: rgb(118,139,39); }
div.DivClassName
{
background-color: #768B27;
}
.BgClassName
{
background-color: #768B27;
}
</style>
border-color css
<style>
span { border-color: #768B27; }
span { border-color: rgb(118,139,39); }
td.TdClassName
{
border-color: #768B27;
}
.TagClassName
{
border-color: #768B27;
}
</style>