Shades of Olive #6A8602
Tints of Olive #6A8602
RGB
CMYK
RGB Variations
Color information
#6A8602 (or 0x6A8602) is known color: Olive. HEX triplet: 6A, 86 and 02. RGB value is (106,134,2). Sum of RGB (Red+Green+Blue) = 106+134+2=242 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.80% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8602 is #9579FD. Grayscale: #6F6F6F. Windows color (decimal): -9796094 or 165482. OLE color: 165482.
HSL color Cylindrical-coordinate representation of color #6A8602: hue angle of 72.73º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A8602 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 2 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.47 |
| HSL | 72.73º | 0.97% | 0.27% | - |
| HSV(B) | 72.73º | 0.99% | 0.53% | - |
| XYZ | 14.48 | 20.12 | 3.18 | - |
| YUV | 110.58 | 66.72 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 2 | 0.21 | 0 | 0.99 | 0.47 | 72.73 | 0.97 | 0.27 |
| Hex | 6A | 86 | 2 | 15 | 0 | 63 | 2F | 49 | 61 | 1B |
| Octal | 152 | 206 | 2 | 25 | 0 | 143 | 57 | 111 | 141 | 33 |
| Binary | 1101010 | 10000110 | 10 | 10101 | 0 | 1100011 | 101111 | 1001001 | 1100001 | 11011 |
Color Harmonies of #6A8602
Complementary color
Monochromatic Colors of #6A8602
Black with #6A8602
Text Example
Text Example
White with #6A8602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8602; }
p { color: rgb(106,134,2); }
H1.HeaderClassName
{
color: #6A8602;
}
.AnyTagClassName
{
color: #6A8602;
}
</style>
background-color css
<style>
a { background-color: #6A8602; }
a { background-color: rgb(106,134,2); }
div.DivClassName
{
background-color: #6A8602;
}
.BgClassName
{
background-color: #6A8602;
}
</style>
border-color css
<style>
span { border-color: #6A8602; }
span { border-color: rgb(106,134,2); }
td.TdClassName
{
border-color: #6A8602;
}
.TagClassName
{
border-color: #6A8602;
}
</style>