Shades of Olive Drab #6A802B
Tints of Olive Drab #6A802B
RGB
CMYK
RGB Variations
Color information
#6A802B (or 0x6A802B) is known color: Olive Drab. HEX triplet: 6A, 80 and 2B. RGB value is (106,128,43). Sum of RGB (Red+Green+Blue) = 106+128+43=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #6A802B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A802B is #957FD4. Grayscale: #707070. Windows color (decimal): -9797589 or 2850922. OLE color: 2850922.
HSL color Cylindrical-coordinate representation of color #6A802B: hue angle of 75.53º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A802B is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 106 | 128 | 43 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.50 |
| HSL | 75.53º | 0.5% | 0.34% | - |
| HSV(B) | 75.53º | 0.66% | 0.5% | - |
| XYZ | 14.1 | 18.68 | 5.15 | - |
| YUV | 111.73 | 89.21 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 128 | 43 | 0.17 | 0 | 0.66 | 0.50 | 75.53 | 0.5 | 0.34 |
| Hex | 6A | 80 | 2B | 11 | 0 | 42 | 32 | 4C | 32 | 22 |
| Octal | 152 | 200 | 53 | 21 | 0 | 102 | 62 | 114 | 62 | 42 |
| Binary | 1101010 | 10000000 | 101011 | 10001 | 0 | 1000010 | 110010 | 1001100 | 110010 | 100010 |
Color Harmonies of #6A802B
Complementary color
Monochromatic Colors of #6A802B
Black with #6A802B
Text Example
Text Example
White with #6A802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A802B; }
p { color: rgb(106,128,43); }
H1.HeaderClassName
{
color: #6A802B;
}
.AnyTagClassName
{
color: #6A802B;
}
</style>
background-color css
<style>
a { background-color: #6A802B; }
a { background-color: rgb(106,128,43); }
div.DivClassName
{
background-color: #6A802B;
}
.BgClassName
{
background-color: #6A802B;
}
</style>
border-color css
<style>
span { border-color: #6A802B; }
span { border-color: rgb(106,128,43); }
td.TdClassName
{
border-color: #6A802B;
}
.TagClassName
{
border-color: #6A802B;
}
</style>