Shades of Olive Drab #6A8328
Tints of Olive Drab #6A8328
RGB
CMYK
RGB Variations
Color information
#6A8328 (or 0x6A8328) is known color: Olive Drab. HEX triplet: 6A, 83 and 28. RGB value is (106,131,40). Sum of RGB (Red+Green+Blue) = 106+131+40=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #6A8328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8328 is #957CD7. Grayscale: #717171. Windows color (decimal): -9796824 or 2655082. OLE color: 2655082.
HSL color Cylindrical-coordinate representation of color #6A8328: hue angle of 76.48º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A8328 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 131 | 40 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.49 |
| HSL | 76.48º | 0.53% | 0.34% | - |
| HSV(B) | 76.48º | 0.69% | 0.51% | - |
| XYZ | 14.44 | 19.45 | 5 | - |
| YUV | 113.15 | 86.72 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 131 | 40 | 0.19 | 0 | 0.69 | 0.49 | 76.48 | 0.53 | 0.34 |
| Hex | 6A | 83 | 28 | 13 | 0 | 45 | 31 | 4C | 35 | 22 |
| Octal | 152 | 203 | 50 | 23 | 0 | 105 | 61 | 114 | 65 | 42 |
| Binary | 1101010 | 10000011 | 101000 | 10011 | 0 | 1000101 | 110001 | 1001100 | 110101 | 100010 |
Color Harmonies of #6A8328
Complementary color
Monochromatic Colors of #6A8328
Black with #6A8328
Text Example
Text Example
White with #6A8328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8328; }
p { color: rgb(106,131,40); }
H1.HeaderClassName
{
color: #6A8328;
}
.AnyTagClassName
{
color: #6A8328;
}
</style>
background-color css
<style>
a { background-color: #6A8328; }
a { background-color: rgb(106,131,40); }
div.DivClassName
{
background-color: #6A8328;
}
.BgClassName
{
background-color: #6A8328;
}
</style>
border-color css
<style>
span { border-color: #6A8328; }
span { border-color: rgb(106,131,40); }
td.TdClassName
{
border-color: #6A8328;
}
.TagClassName
{
border-color: #6A8328;
}
</style>