Shades of Olive #6A7101
Tints of Olive #6A7101
RGB
CMYK
RGB Variations
Color information
#6A7101 (or 0x6A7101) is known color: Olive. HEX triplet: 6A, 71 and 01. RGB value is (106,113,1). Sum of RGB (Red+Green+Blue) = 106+113+1=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7101 is #958EFE. Grayscale: #626262. Windows color (decimal): -9801471 or 94570. OLE color: 94570.
HSL color Cylindrical-coordinate representation of color #6A7101: hue angle of 63.75º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A7101 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 113 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.56 |
| HSL | 63.75º | 0.98% | 0.22% | - |
| HSV(B) | 63.75º | 0.99% | 0.44% | - |
| XYZ | 11.85 | 14.88 | 2.28 | - |
| YUV | 98.14 | 73.18 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 113 | 1 | 0.06 | 0 | 0.99 | 0.56 | 63.75 | 0.98 | 0.22 |
| Hex | 6A | 71 | 1 | 6 | 0 | 63 | 38 | 40 | 62 | 16 |
| Octal | 152 | 161 | 1 | 6 | 0 | 143 | 70 | 100 | 142 | 26 |
| Binary | 1101010 | 1110001 | 1 | 110 | 0 | 1100011 | 111000 | 1000000 | 1100010 | 10110 |
Color Harmonies of #6A7101
Complementary color
Monochromatic Colors of #6A7101
Black with #6A7101
Text Example
Text Example
White with #6A7101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7101; }
p { color: rgb(106,113,1); }
H1.HeaderClassName
{
color: #6A7101;
}
.AnyTagClassName
{
color: #6A7101;
}
</style>
background-color css
<style>
a { background-color: #6A7101; }
a { background-color: rgb(106,113,1); }
div.DivClassName
{
background-color: #6A7101;
}
.BgClassName
{
background-color: #6A7101;
}
</style>
border-color css
<style>
span { border-color: #6A7101; }
span { border-color: rgb(106,113,1); }
td.TdClassName
{
border-color: #6A7101;
}
.TagClassName
{
border-color: #6A7101;
}
</style>