Shades of Olive #6E7B0A
Tints of Olive #6E7B0A
RGB
CMYK
RGB Variations
Color information
#6E7B0A (or 0x6E7B0A) is known color: Olive. HEX triplet: 6E, 7B and 0A. RGB value is (110,123,10). Sum of RGB (Red+Green+Blue) = 110+123+10=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #6E7B0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7B0A is #9184F5. Grayscale: #6A6A6A. Windows color (decimal): -9536758 or 686958. OLE color: 686958.
HSL color Cylindrical-coordinate representation of color #6E7B0A: hue angle of 66.9º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E7B0A is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 123 | 10 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.52 |
| HSL | 66.9º | 0.85% | 0.26% | - |
| HSV(B) | 66.9º | 0.92% | 0.48% | - |
| XYZ | 13.57 | 17.5 | 2.95 | - |
| YUV | 106.23 | 73.69 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 123 | 10 | 0.11 | 0 | 0.92 | 0.52 | 66.9 | 0.85 | 0.26 |
| Hex | 6E | 7B | A | B | 0 | 5C | 34 | 43 | 55 | 1A |
| Octal | 156 | 173 | 12 | 13 | 0 | 134 | 64 | 103 | 125 | 32 |
| Binary | 1101110 | 1111011 | 1010 | 1011 | 0 | 1011100 | 110100 | 1000011 | 1010101 | 11010 |
Color Harmonies of #6E7B0A
Complementary color
Monochromatic Colors of #6E7B0A
Black with #6E7B0A
Text Example
Text Example
White with #6E7B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7B0A; }
p { color: rgb(110,123,10); }
H1.HeaderClassName
{
color: #6E7B0A;
}
.AnyTagClassName
{
color: #6E7B0A;
}
</style>
background-color css
<style>
a { background-color: #6E7B0A; }
a { background-color: rgb(110,123,10); }
div.DivClassName
{
background-color: #6E7B0A;
}
.BgClassName
{
background-color: #6E7B0A;
}
</style>
border-color css
<style>
span { border-color: #6E7B0A; }
span { border-color: rgb(110,123,10); }
td.TdClassName
{
border-color: #6E7B0A;
}
.TagClassName
{
border-color: #6E7B0A;
}
</style>