Shades of Olive #6E6908
Tints of Olive #6E6908
RGB
CMYK
RGB Variations
Color information
#6E6908 (or 0x6E6908) is known color: Olive. HEX triplet: 6E, 69 and 08. RGB value is (110,105,8). Sum of RGB (Red+Green+Blue) = 110+105+8=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6908 is #9196F7. Grayscale: #5F5F5F. Windows color (decimal): -9541368 or 551278. OLE color: 551278.
HSL color Cylindrical-coordinate representation of color #6E6908: hue angle of 57.06º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E6908 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 105 | 8 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.57 |
| HSL | 57.06º | 0.86% | 0.23% | - |
| HSV(B) | 57.06º | 0.93% | 0.43% | - |
| XYZ | 11.53 | 13.44 | 2.22 | - |
| YUV | 95.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 105 | 8 | 0 | 0.05 | 0.93 | 0.57 | 57.06 | 0.86 | 0.23 |
| Hex | 6E | 69 | 8 | 0 | 5 | 5D | 39 | 39 | 56 | 17 |
| Octal | 156 | 151 | 10 | 0 | 5 | 135 | 71 | 71 | 126 | 27 |
| Binary | 1101110 | 1101001 | 1000 | 0 | 101 | 1011101 | 111001 | 111001 | 1010110 | 10111 |
Color Harmonies of #6E6908
Complementary color
Monochromatic Colors of #6E6908
Black with #6E6908
Text Example
Text Example
White with #6E6908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6908; }
p { color: rgb(110,105,8); }
H1.HeaderClassName
{
color: #6E6908;
}
.AnyTagClassName
{
color: #6E6908;
}
</style>
background-color css
<style>
a { background-color: #6E6908; }
a { background-color: rgb(110,105,8); }
div.DivClassName
{
background-color: #6E6908;
}
.BgClassName
{
background-color: #6E6908;
}
</style>
border-color css
<style>
span { border-color: #6E6908; }
span { border-color: rgb(110,105,8); }
td.TdClassName
{
border-color: #6E6908;
}
.TagClassName
{
border-color: #6E6908;
}
</style>