Shades of Crete #6E7139
Tints of Crete #6E7139
RGB
CMYK
RGB Variations
Color information
#6E7139 (or 0x6E7139) is known color: Crete. HEX triplet: 6E, 71 and 39. RGB value is (110,113,57). Sum of RGB (Red+Green+Blue) = 110+113+57=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #6E7139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7139 is #918EC6. Grayscale: #696969. Windows color (decimal): -9539271 or 3764590. OLE color: 3764590.
HSL color Cylindrical-coordinate representation of color #6E7139: hue angle of 63.21º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E7139 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 113 | 57 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.56 |
| HSL | 63.21º | 0.33% | 0.33% | - |
| HSV(B) | 63.21º | 0.5% | 0.44% | - |
| XYZ | 13.07 | 15.42 | 6.16 | - |
| YUV | 105.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 113 | 57 | 0.03 | 0 | 0.50 | 0.56 | 63.21 | 0.33 | 0.33 |
| Hex | 6E | 71 | 39 | 3 | 0 | 32 | 38 | 3F | 21 | 21 |
| Octal | 156 | 161 | 71 | 3 | 0 | 62 | 70 | 77 | 41 | 41 |
| Binary | 1101110 | 1110001 | 111001 | 11 | 0 | 110010 | 111000 | 111111 | 100001 | 100001 |
Color Harmonies of #6E7139
Complementary color
Monochromatic Colors of #6E7139
Black with #6E7139
Text Example
Text Example
White with #6E7139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7139; }
p { color: rgb(110,113,57); }
H1.HeaderClassName
{
color: #6E7139;
}
.AnyTagClassName
{
color: #6E7139;
}
</style>
background-color css
<style>
a { background-color: #6E7139; }
a { background-color: rgb(110,113,57); }
div.DivClassName
{
background-color: #6E7139;
}
.BgClassName
{
background-color: #6E7139;
}
</style>
border-color css
<style>
span { border-color: #6E7139; }
span { border-color: rgb(110,113,57); }
td.TdClassName
{
border-color: #6E7139;
}
.TagClassName
{
border-color: #6E7139;
}
</style>