Shades of Olive #6C7001
Tints of Olive #6C7001
RGB
CMYK
RGB Variations
Color information
#6C7001 (or 0x6C7001) is known color: Olive. HEX triplet: 6C, 70 and 01. RGB value is (108,112,1). Sum of RGB (Red+Green+Blue) = 108+112+1=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7001 is #938FFE. Grayscale: #626262. Windows color (decimal): -9670655 or 94316. OLE color: 94316.
HSL color Cylindrical-coordinate representation of color #6C7001: hue angle of 62.16º 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 #6C7001 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 112 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.56 |
| HSL | 62.16º | 0.98% | 0.22% | - |
| HSV(B) | 62.16º | 0.99% | 0.44% | - |
| XYZ | 11.98 | 14.78 | 2.25 | - |
| YUV | 98.15 | 73.17 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 112 | 1 | 0.04 | 0 | 0.99 | 0.56 | 62.16 | 0.98 | 0.22 |
| Hex | 6C | 70 | 1 | 4 | 0 | 63 | 38 | 3E | 62 | 16 |
| Octal | 154 | 160 | 1 | 4 | 0 | 143 | 70 | 76 | 142 | 26 |
| Binary | 1101100 | 1110000 | 1 | 100 | 0 | 1100011 | 111000 | 111110 | 1100010 | 10110 |
Color Harmonies of #6C7001
Complementary color
Monochromatic Colors of #6C7001
Black with #6C7001
Text Example
Text Example
White with #6C7001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7001; }
p { color: rgb(108,112,1); }
H1.HeaderClassName
{
color: #6C7001;
}
.AnyTagClassName
{
color: #6C7001;
}
</style>
background-color css
<style>
a { background-color: #6C7001; }
a { background-color: rgb(108,112,1); }
div.DivClassName
{
background-color: #6C7001;
}
.BgClassName
{
background-color: #6C7001;
}
</style>
border-color css
<style>
span { border-color: #6C7001; }
span { border-color: rgb(108,112,1); }
td.TdClassName
{
border-color: #6C7001;
}
.TagClassName
{
border-color: #6C7001;
}
</style>