Shades of Olive Drab #6A8830
Tints of Olive Drab #6A8830
RGB
CMYK
RGB Variations
Color information
#6A8830 (or 0x6A8830) is known color: Olive Drab. HEX triplet: 6A, 88 and 30. RGB value is (106,136,48). Sum of RGB (Red+Green+Blue) = 106+136+48=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8830 is #9577CF. Grayscale: #757575. Windows color (decimal): -9795536 or 3180650. OLE color: 3180650.
HSL color Cylindrical-coordinate representation of color #6A8830: hue angle of 80.45º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A8830 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 136 | 48 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.47 |
| HSL | 80.45º | 0.48% | 0.36% | - |
| HSV(B) | 80.45º | 0.65% | 0.53% | - |
| XYZ | 15.28 | 20.89 | 6.02 | - |
| YUV | 117 | 89.06 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 136 | 48 | 0.22 | 0 | 0.65 | 0.47 | 80.45 | 0.48 | 0.36 |
| Hex | 6A | 88 | 30 | 16 | 0 | 41 | 2F | 50 | 30 | 24 |
| Octal | 152 | 210 | 60 | 26 | 0 | 101 | 57 | 120 | 60 | 44 |
| Binary | 1101010 | 10001000 | 110000 | 10110 | 0 | 1000001 | 101111 | 1010000 | 110000 | 100100 |
Color Harmonies of #6A8830
Complementary color
Monochromatic Colors of #6A8830
Black with #6A8830
Text Example
Text Example
White with #6A8830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8830; }
p { color: rgb(106,136,48); }
H1.HeaderClassName
{
color: #6A8830;
}
.AnyTagClassName
{
color: #6A8830;
}
</style>
background-color css
<style>
a { background-color: #6A8830; }
a { background-color: rgb(106,136,48); }
div.DivClassName
{
background-color: #6A8830;
}
.BgClassName
{
background-color: #6A8830;
}
</style>
border-color css
<style>
span { border-color: #6A8830; }
span { border-color: rgb(106,136,48); }
td.TdClassName
{
border-color: #6A8830;
}
.TagClassName
{
border-color: #6A8830;
}
</style>