Shades of Olive #6E6F0A
Tints of Olive #6E6F0A
RGB
CMYK
RGB Variations
Color information
#6E6F0A (or 0x6E6F0A) is known color: Olive. HEX triplet: 6E, 6F and 0A. RGB value is (110,111,10). Sum of RGB (Red+Green+Blue) = 110+111+10=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #6E6F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6F0A is #9190F5. Grayscale: #636363. Windows color (decimal): -9539830 or 683886. OLE color: 683886.
HSL color Cylindrical-coordinate representation of color #6E6F0A: hue angle of 60.59º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E6F0A is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 111 | 10 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.56 |
| HSL | 60.59º | 0.83% | 0.24% | - |
| HSV(B) | 60.59º | 0.91% | 0.44% | - |
| XYZ | 12.17 | 14.71 | 2.48 | - |
| YUV | 99.19 | 77.67 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 111 | 10 | 0.01 | 0 | 0.91 | 0.56 | 60.59 | 0.83 | 0.24 |
| Hex | 6E | 6F | A | 1 | 0 | 5B | 38 | 3D | 53 | 18 |
| Octal | 156 | 157 | 12 | 1 | 0 | 133 | 70 | 75 | 123 | 30 |
| Binary | 1101110 | 1101111 | 1010 | 1 | 0 | 1011011 | 111000 | 111101 | 1010011 | 11000 |
Color Harmonies of #6E6F0A
Complementary color
Monochromatic Colors of #6E6F0A
Black with #6E6F0A
Text Example
Text Example
White with #6E6F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6F0A; }
p { color: rgb(110,111,10); }
H1.HeaderClassName
{
color: #6E6F0A;
}
.AnyTagClassName
{
color: #6E6F0A;
}
</style>
background-color css
<style>
a { background-color: #6E6F0A; }
a { background-color: rgb(110,111,10); }
div.DivClassName
{
background-color: #6E6F0A;
}
.BgClassName
{
background-color: #6E6F0A;
}
</style>
border-color css
<style>
span { border-color: #6E6F0A; }
span { border-color: rgb(110,111,10); }
td.TdClassName
{
border-color: #6E6F0A;
}
.TagClassName
{
border-color: #6E6F0A;
}
</style>