Shades of Olive Drab #6A8E27
Tints of Olive Drab #6A8E27
RGB
CMYK
RGB Variations
Color information
#6A8E27 (or 0x6A8E27) is known color: Olive Drab. HEX triplet: 6A, 8E and 27. RGB value is (106,142,39). Sum of RGB (Red+Green+Blue) = 106+142+39=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 142 (55.86% from 255 or 49.48% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 142 - color contains mainly: green. Hex color #6A8E27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8E27 is #9571D8. Grayscale: #777777. Windows color (decimal): -9794009 or 2592362. OLE color: 2592362.
HSL color Cylindrical-coordinate representation of color #6A8E27: hue angle of 80.97º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A8E27 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 142 | 39 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.44 |
| HSL | 80.97º | 0.57% | 0.35% | - |
| HSV(B) | 80.97º | 0.73% | 0.56% | - |
| XYZ | 15.98 | 22.56 | 5.43 | - |
| YUV | 119.49 | 82.57 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 142 | 39 | 0.25 | 0 | 0.73 | 0.44 | 80.97 | 0.57 | 0.35 |
| Hex | 6A | 8E | 27 | 19 | 0 | 49 | 2C | 51 | 39 | 23 |
| Octal | 152 | 216 | 47 | 31 | 0 | 111 | 54 | 121 | 71 | 43 |
| Binary | 1101010 | 10001110 | 100111 | 11001 | 0 | 1001001 | 101100 | 1010001 | 111001 | 100011 |
Color Harmonies of #6A8E27
Complementary color
Monochromatic Colors of #6A8E27
Black with #6A8E27
Text Example
Text Example
White with #6A8E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8E27; }
p { color: rgb(106,142,39); }
H1.HeaderClassName
{
color: #6A8E27;
}
.AnyTagClassName
{
color: #6A8E27;
}
</style>
background-color css
<style>
a { background-color: #6A8E27; }
a { background-color: rgb(106,142,39); }
div.DivClassName
{
background-color: #6A8E27;
}
.BgClassName
{
background-color: #6A8E27;
}
</style>
border-color css
<style>
span { border-color: #6A8E27; }
span { border-color: rgb(106,142,39); }
td.TdClassName
{
border-color: #6A8E27;
}
.TagClassName
{
border-color: #6A8E27;
}
</style>