Shades of Olive #6A6200
Tints of Olive #6A6200
RGB
CMYK
RGB Variations
Color information
#6A6200 (or 0x6A6200) is known color: Olive. HEX triplet: 6A, 62 and 00. RGB value is (106,98,0). Sum of RGB (Red+Green+Blue) = 106+98+0=204 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.96% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6200 is #959DFF. Grayscale: #595959. Windows color (decimal): -9805312 or 25194. OLE color: 25194.
HSL color Cylindrical-coordinate representation of color #6A6200: hue angle of 55.47º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A6200 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 98 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.58 |
| HSL | 55.47º | 1% | 0.21% | - |
| HSV(B) | 55.47º | 1% | 0.42% | - |
| XYZ | 10.31 | 11.8 | 1.73 | - |
| YUV | 89.22 | 77.65 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 98 | 0 | 0 | 0.08 | 1 | 0.58 | 55.47 | 1 | 0.21 |
| Hex | 6A | 62 | 0 | 0 | 8 | 64 | 3A | 37 | 64 | 15 |
| Octal | 152 | 142 | 0 | 0 | 10 | 144 | 72 | 67 | 144 | 25 |
| Binary | 1101010 | 1100010 | 0 | 0 | 1000 | 1100100 | 111010 | 110111 | 1100100 | 10101 |
Color Harmonies of #6A6200
Complementary color
Monochromatic Colors of #6A6200
Black with #6A6200
Text Example
Text Example
White with #6A6200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6200; }
p { color: rgb(106,98,0); }
H1.HeaderClassName
{
color: #6A6200;
}
.AnyTagClassName
{
color: #6A6200;
}
</style>
background-color css
<style>
a { background-color: #6A6200; }
a { background-color: rgb(106,98,0); }
div.DivClassName
{
background-color: #6A6200;
}
.BgClassName
{
background-color: #6A6200;
}
</style>
border-color css
<style>
span { border-color: #6A6200; }
span { border-color: rgb(106,98,0); }
td.TdClassName
{
border-color: #6A6200;
}
.TagClassName
{
border-color: #6A6200;
}
</style>