Shades of Olive #6E790C
Tints of Olive #6E790C
RGB
CMYK
RGB Variations
Color information
#6E790C (or 0x6E790C) is known color: Olive. HEX triplet: 6E, 79 and 0C. RGB value is (110,121,12). Sum of RGB (Red+Green+Blue) = 110+121+12=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #6E790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E790C is #9186F3. Grayscale: #696969. Windows color (decimal): -9537268 or 817518. OLE color: 817518.
HSL color Cylindrical-coordinate representation of color #6E790C: hue angle of 66.06º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E790C is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 121 | 12 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.53 |
| HSL | 66.06º | 0.82% | 0.26% | - |
| HSV(B) | 66.06º | 0.9% | 0.47% | - |
| XYZ | 13.33 | 17.02 | 2.93 | - |
| YUV | 105.29 | 75.36 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 121 | 12 | 0.09 | 0 | 0.90 | 0.53 | 66.06 | 0.82 | 0.26 |
| Hex | 6E | 79 | C | 9 | 0 | 5A | 35 | 42 | 52 | 1A |
| Octal | 156 | 171 | 14 | 11 | 0 | 132 | 65 | 102 | 122 | 32 |
| Binary | 1101110 | 1111001 | 1100 | 1001 | 0 | 1011010 | 110101 | 1000010 | 1010010 | 11010 |
Color Harmonies of #6E790C
Complementary color
Monochromatic Colors of #6E790C
Black with #6E790C
Text Example
Text Example
White with #6E790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E790C; }
p { color: rgb(110,121,12); }
H1.HeaderClassName
{
color: #6E790C;
}
.AnyTagClassName
{
color: #6E790C;
}
</style>
background-color css
<style>
a { background-color: #6E790C; }
a { background-color: rgb(110,121,12); }
div.DivClassName
{
background-color: #6E790C;
}
.BgClassName
{
background-color: #6E790C;
}
</style>
border-color css
<style>
span { border-color: #6E790C; }
span { border-color: rgb(110,121,12); }
td.TdClassName
{
border-color: #6E790C;
}
.TagClassName
{
border-color: #6E790C;
}
</style>