Shades of Olive #6A6D05
Tints of Olive #6A6D05
RGB
CMYK
RGB Variations
Color information
#6A6D05 (or 0x6A6D05) is known color: Olive. HEX triplet: 6A, 6D and 05. RGB value is (106,109,5). Sum of RGB (Red+Green+Blue) = 106+109+5=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6D05 is #9592FA. Grayscale: #606060. Windows color (decimal): -9802491 or 355690. OLE color: 355690.
HSL color Cylindrical-coordinate representation of color #6A6D05: hue angle of 61.73º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A6D05 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 109 | 5 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.57 |
| HSL | 61.73º | 0.91% | 0.22% | - |
| HSV(B) | 61.73º | 0.95% | 0.43% | - |
| XYZ | 11.44 | 14.01 | 2.25 | - |
| YUV | 96.25 | 76.51 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 109 | 5 | 0.03 | 0 | 0.95 | 0.57 | 61.73 | 0.91 | 0.22 |
| Hex | 6A | 6D | 5 | 3 | 0 | 5F | 39 | 3E | 5B | 16 |
| Octal | 152 | 155 | 5 | 3 | 0 | 137 | 71 | 76 | 133 | 26 |
| Binary | 1101010 | 1101101 | 101 | 11 | 0 | 1011111 | 111001 | 111110 | 1011011 | 10110 |
Color Harmonies of #6A6D05
Complementary color
Monochromatic Colors of #6A6D05
Black with #6A6D05
Text Example
Text Example
White with #6A6D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6D05; }
p { color: rgb(106,109,5); }
H1.HeaderClassName
{
color: #6A6D05;
}
.AnyTagClassName
{
color: #6A6D05;
}
</style>
background-color css
<style>
a { background-color: #6A6D05; }
a { background-color: rgb(106,109,5); }
div.DivClassName
{
background-color: #6A6D05;
}
.BgClassName
{
background-color: #6A6D05;
}
</style>
border-color css
<style>
span { border-color: #6A6D05; }
span { border-color: rgb(106,109,5); }
td.TdClassName
{
border-color: #6A6D05;
}
.TagClassName
{
border-color: #6A6D05;
}
</style>