Shades of Olive Drab #6A8619
Tints of Olive Drab #6A8619
RGB
CMYK
RGB Variations
Color information
#6A8619 (or 0x6A8619) is known color: Olive Drab. HEX triplet: 6A, 86 and 19. RGB value is (106,134,25). Sum of RGB (Red+Green+Blue) = 106+134+25=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8619 is #9579E6. Grayscale: #717171. Windows color (decimal): -9796071 or 1672810. OLE color: 1672810.
HSL color Cylindrical-coordinate representation of color #6A8619: hue angle of 75.41º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A8619 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 25 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.47 |
| HSL | 75.41º | 0.69% | 0.31% | - |
| HSV(B) | 75.41º | 0.81% | 0.53% | - |
| XYZ | 14.64 | 20.18 | 4.04 | - |
| YUV | 113.2 | 78.22 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 25 | 0.21 | 0 | 0.81 | 0.47 | 75.41 | 0.69 | 0.31 |
| Hex | 6A | 86 | 19 | 15 | 0 | 51 | 2F | 4B | 45 | 1F |
| Octal | 152 | 206 | 31 | 25 | 0 | 121 | 57 | 113 | 105 | 37 |
| Binary | 1101010 | 10000110 | 11001 | 10101 | 0 | 1010001 | 101111 | 1001011 | 1000101 | 11111 |
Color Harmonies of #6A8619
Complementary color
Monochromatic Colors of #6A8619
Black with #6A8619
Text Example
Text Example
White with #6A8619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8619; }
p { color: rgb(106,134,25); }
H1.HeaderClassName
{
color: #6A8619;
}
.AnyTagClassName
{
color: #6A8619;
}
</style>
background-color css
<style>
a { background-color: #6A8619; }
a { background-color: rgb(106,134,25); }
div.DivClassName
{
background-color: #6A8619;
}
.BgClassName
{
background-color: #6A8619;
}
</style>
border-color css
<style>
span { border-color: #6A8619; }
span { border-color: rgb(106,134,25); }
td.TdClassName
{
border-color: #6A8619;
}
.TagClassName
{
border-color: #6A8619;
}
</style>