Shades of Olive #6A6F01
Tints of Olive #6A6F01
RGB
CMYK
RGB Variations
Color information
#6A6F01 (or 0x6A6F01) is known color: Olive. HEX triplet: 6A, 6F and 01. RGB value is (106,111,1). Sum of RGB (Red+Green+Blue) = 106+111+1=218 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.62% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #6A6F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6F01 is #9590FE. Grayscale: #616161. Windows color (decimal): -9801983 or 94058. OLE color: 94058.
HSL color Cylindrical-coordinate representation of color #6A6F01: hue angle of 62.73º 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 #6A6F01 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 111 | 1 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.56 |
| HSL | 62.73º | 0.98% | 0.22% | - |
| HSV(B) | 62.73º | 0.99% | 0.44% | - |
| XYZ | 11.63 | 14.44 | 2.2 | - |
| YUV | 96.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 111 | 1 | 0.05 | 0 | 0.99 | 0.56 | 62.73 | 0.98 | 0.22 |
| Hex | 6A | 6F | 1 | 5 | 0 | 63 | 38 | 3F | 62 | 16 |
| Octal | 152 | 157 | 1 | 5 | 0 | 143 | 70 | 77 | 142 | 26 |
| Binary | 1101010 | 1101111 | 1 | 101 | 0 | 1100011 | 111000 | 111111 | 1100010 | 10110 |
Color Harmonies of #6A6F01
Complementary color
Monochromatic Colors of #6A6F01
Black with #6A6F01
Text Example
Text Example
White with #6A6F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6F01; }
p { color: rgb(106,111,1); }
H1.HeaderClassName
{
color: #6A6F01;
}
.AnyTagClassName
{
color: #6A6F01;
}
</style>
background-color css
<style>
a { background-color: #6A6F01; }
a { background-color: rgb(106,111,1); }
div.DivClassName
{
background-color: #6A6F01;
}
.BgClassName
{
background-color: #6A6F01;
}
</style>
border-color css
<style>
span { border-color: #6A6F01; }
span { border-color: rgb(106,111,1); }
td.TdClassName
{
border-color: #6A6F01;
}
.TagClassName
{
border-color: #6A6F01;
}
</style>