Shades of Olive #6A6505
Tints of Olive #6A6505
RGB
CMYK
RGB Variations
Color information
#6A6505 (or 0x6A6505) is known color: Olive. HEX triplet: 6A, 65 and 05. RGB value is (106,101,5). Sum of RGB (Red+Green+Blue) = 106+101+5=212 (28% of max value = 765). Red value is 106 (41.80% from 255 or 50% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6505 is #959AFA. Grayscale: #5B5B5B. Windows color (decimal): -9804539 or 353642. OLE color: 353642.
HSL color Cylindrical-coordinate representation of color #6A6505: hue angle of 57.03º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A6505 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 101 | 5 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.58 |
| HSL | 57.03º | 0.91% | 0.22% | - |
| HSV(B) | 57.03º | 0.95% | 0.42% | - |
| XYZ | 10.62 | 12.38 | 1.97 | - |
| YUV | 91.55 | 79.16 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 101 | 5 | 0 | 0.05 | 0.95 | 0.58 | 57.03 | 0.91 | 0.22 |
| Hex | 6A | 65 | 5 | 0 | 5 | 5F | 3A | 39 | 5B | 16 |
| Octal | 152 | 145 | 5 | 0 | 5 | 137 | 72 | 71 | 133 | 26 |
| Binary | 1101010 | 1100101 | 101 | 0 | 101 | 1011111 | 111010 | 111001 | 1011011 | 10110 |
Color Harmonies of #6A6505
Complementary color
Monochromatic Colors of #6A6505
Black with #6A6505
Text Example
Text Example
White with #6A6505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6505; }
p { color: rgb(106,101,5); }
H1.HeaderClassName
{
color: #6A6505;
}
.AnyTagClassName
{
color: #6A6505;
}
</style>
background-color css
<style>
a { background-color: #6A6505; }
a { background-color: rgb(106,101,5); }
div.DivClassName
{
background-color: #6A6505;
}
.BgClassName
{
background-color: #6A6505;
}
</style>
border-color css
<style>
span { border-color: #6A6505; }
span { border-color: rgb(106,101,5); }
td.TdClassName
{
border-color: #6A6505;
}
.TagClassName
{
border-color: #6A6505;
}
</style>