Shades of Olive #6E7F01
Tints of Olive #6E7F01
RGB
CMYK
RGB Variations
Color information
#6E7F01 (or 0x6E7F01) is known color: Olive. HEX triplet: 6E, 7F and 01. RGB value is (110,127,1). Sum of RGB (Red+Green+Blue) = 110+127+1=238 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.22% from 238); Green value is 127 (50% from 255 or 53.36% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 127 - color contains mainly: green. Hex color #6E7F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7F01 is #9180FE. Grayscale: #6C6C6C. Windows color (decimal): -9535743 or 98158. OLE color: 98158.
HSL color Cylindrical-coordinate representation of color #6E7F01: hue angle of 68.1º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E7F01 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 127 | 1 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.50 |
| HSL | 68.1º | 0.98% | 0.25% | - |
| HSV(B) | 68.1º | 0.99% | 0.5% | - |
| XYZ | 14.03 | 18.5 | 2.86 | - |
| YUV | 107.55 | 67.87 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 127 | 1 | 0.13 | 0 | 0.99 | 0.50 | 68.1 | 0.98 | 0.25 |
| Hex | 6E | 7F | 1 | D | 0 | 63 | 32 | 44 | 62 | 19 |
| Octal | 156 | 177 | 1 | 15 | 0 | 143 | 62 | 104 | 142 | 31 |
| Binary | 1101110 | 1111111 | 1 | 1101 | 0 | 1100011 | 110010 | 1000100 | 1100010 | 11001 |
Color Harmonies of #6E7F01
Complementary color
Monochromatic Colors of #6E7F01
Black with #6E7F01
Text Example
Text Example
White with #6E7F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7F01; }
p { color: rgb(110,127,1); }
H1.HeaderClassName
{
color: #6E7F01;
}
.AnyTagClassName
{
color: #6E7F01;
}
</style>
background-color css
<style>
a { background-color: #6E7F01; }
a { background-color: rgb(110,127,1); }
div.DivClassName
{
background-color: #6E7F01;
}
.BgClassName
{
background-color: #6E7F01;
}
</style>
border-color css
<style>
span { border-color: #6E7F01; }
span { border-color: rgb(110,127,1); }
td.TdClassName
{
border-color: #6E7F01;
}
.TagClassName
{
border-color: #6E7F01;
}
</style>