Shades of Olive #6E6102
Tints of Olive #6E6102
RGB
CMYK
RGB Variations
Color information
#6E6102 (or 0x6E6102) is known color: Olive. HEX triplet: 6E, 61 and 02. RGB value is (110,97,2). Sum of RGB (Red+Green+Blue) = 110+97+2=209 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.63% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6102 is #919EFD. Grayscale: #5A5A5A. Windows color (decimal): -9543422 or 156014. OLE color: 156014.
HSL color Cylindrical-coordinate representation of color #6E6102: hue angle of 52.78º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E6102 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 97 | 2 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.57 |
| HSL | 52.78º | 0.96% | 0.22% | - |
| HSV(B) | 52.78º | 0.98% | 0.43% | - |
| XYZ | 10.72 | 11.87 | 1.78 | - |
| YUV | 90.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 2 | 0 | 0.12 | 0.98 | 0.57 | 52.78 | 0.96 | 0.22 |
| Hex | 6E | 61 | 2 | 0 | C | 62 | 39 | 35 | 60 | 16 |
| Octal | 156 | 141 | 2 | 0 | 14 | 142 | 71 | 65 | 140 | 26 |
| Binary | 1101110 | 1100001 | 10 | 0 | 1100 | 1100010 | 111001 | 110101 | 1100000 | 10110 |
Color Harmonies of #6E6102
Complementary color
Monochromatic Colors of #6E6102
Black with #6E6102
Text Example
Text Example
White with #6E6102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6102; }
p { color: rgb(110,97,2); }
H1.HeaderClassName
{
color: #6E6102;
}
.AnyTagClassName
{
color: #6E6102;
}
</style>
background-color css
<style>
a { background-color: #6E6102; }
a { background-color: rgb(110,97,2); }
div.DivClassName
{
background-color: #6E6102;
}
.BgClassName
{
background-color: #6E6102;
}
</style>
border-color css
<style>
span { border-color: #6E6102; }
span { border-color: rgb(110,97,2); }
td.TdClassName
{
border-color: #6E6102;
}
.TagClassName
{
border-color: #6E6102;
}
</style>