Shades of Olive Drab #6A8828
Tints of Olive Drab #6A8828
RGB
CMYK
RGB Variations
Color information
#6A8828 (or 0x6A8828) is known color: Olive Drab. HEX triplet: 6A, 88 and 28. RGB value is (106,136,40). Sum of RGB (Red+Green+Blue) = 106+136+40=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8828 is #9577D7. Grayscale: #747474. Windows color (decimal): -9795544 or 2656362. OLE color: 2656362.
HSL color Cylindrical-coordinate representation of color #6A8828: hue angle of 78.75º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A8828 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 136 | 40 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.47 |
| HSL | 78.75º | 0.55% | 0.35% | - |
| HSV(B) | 78.75º | 0.71% | 0.53% | - |
| XYZ | 15.13 | 20.83 | 5.23 | - |
| YUV | 116.09 | 85.06 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 136 | 40 | 0.22 | 0 | 0.71 | 0.47 | 78.75 | 0.55 | 0.35 |
| Hex | 6A | 88 | 28 | 16 | 0 | 47 | 2F | 4F | 37 | 23 |
| Octal | 152 | 210 | 50 | 26 | 0 | 107 | 57 | 117 | 67 | 43 |
| Binary | 1101010 | 10001000 | 101000 | 10110 | 0 | 1000111 | 101111 | 1001111 | 110111 | 100011 |
Color Harmonies of #6A8828
Complementary color
Monochromatic Colors of #6A8828
Black with #6A8828
Text Example
Text Example
White with #6A8828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8828; }
p { color: rgb(106,136,40); }
H1.HeaderClassName
{
color: #6A8828;
}
.AnyTagClassName
{
color: #6A8828;
}
</style>
background-color css
<style>
a { background-color: #6A8828; }
a { background-color: rgb(106,136,40); }
div.DivClassName
{
background-color: #6A8828;
}
.BgClassName
{
background-color: #6A8828;
}
</style>
border-color css
<style>
span { border-color: #6A8828; }
span { border-color: rgb(106,136,40); }
td.TdClassName
{
border-color: #6A8828;
}
.TagClassName
{
border-color: #6A8828;
}
</style>