Shades of Olive Drab #6A8F27
Tints of Olive Drab #6A8F27
RGB
CMYK
RGB Variations
Color information
#6A8F27 (or 0x6A8F27) is known color: Olive Drab. HEX triplet: 6A, 8F and 27. RGB value is (106,143,39). Sum of RGB (Red+Green+Blue) = 106+143+39=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 143 (56.25% from 255 or 49.65% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 143 - color contains mainly: green. Hex color #6A8F27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8F27 is #9570D8. Grayscale: #787878. Windows color (decimal): -9793753 or 2592618. OLE color: 2592618.
HSL color Cylindrical-coordinate representation of color #6A8F27: hue angle of 81.35º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A8F27 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 143 | 39 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.44 |
| HSL | 81.35º | 0.57% | 0.36% | - |
| HSV(B) | 81.35º | 0.73% | 0.56% | - |
| XYZ | 16.13 | 22.86 | 5.48 | - |
| YUV | 120.08 | 82.24 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 143 | 39 | 0.26 | 0 | 0.73 | 0.44 | 81.35 | 0.57 | 0.36 |
| Hex | 6A | 8F | 27 | 1A | 0 | 49 | 2C | 51 | 39 | 24 |
| Octal | 152 | 217 | 47 | 32 | 0 | 111 | 54 | 121 | 71 | 44 |
| Binary | 1101010 | 10001111 | 100111 | 11010 | 0 | 1001001 | 101100 | 1010001 | 111001 | 100100 |
Color Harmonies of #6A8F27
Complementary color
Monochromatic Colors of #6A8F27
Black with #6A8F27
Text Example
Text Example
White with #6A8F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8F27; }
p { color: rgb(106,143,39); }
H1.HeaderClassName
{
color: #6A8F27;
}
.AnyTagClassName
{
color: #6A8F27;
}
</style>
background-color css
<style>
a { background-color: #6A8F27; }
a { background-color: rgb(106,143,39); }
div.DivClassName
{
background-color: #6A8F27;
}
.BgClassName
{
background-color: #6A8F27;
}
</style>
border-color css
<style>
span { border-color: #6A8F27; }
span { border-color: rgb(106,143,39); }
td.TdClassName
{
border-color: #6A8F27;
}
.TagClassName
{
border-color: #6A8F27;
}
</style>