Shades of Crete #716E34
Tints of Crete #716E34
RGB
CMYK
RGB Variations
Color information
#716E34 (or 0x716E34) is known color: Crete. HEX triplet: 71, 6E and 34. RGB value is (113,110,52). Sum of RGB (Red+Green+Blue) = 113+110+52=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #716E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E34 is #8E91CB. Grayscale: #686868. Windows color (decimal): -9343436 or 3436145. OLE color: 3436145.
HSL color Cylindrical-coordinate representation of color #716E34: hue angle of 57.05º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #716E34 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 52 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.56 |
| HSL | 57.05º | 0.37% | 0.32% | - |
| HSV(B) | 57.05º | 0.54% | 0.44% | - |
| XYZ | 13.01 | 14.91 | 5.44 | - |
| YUV | 104.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 52 | 0 | 0.03 | 0.54 | 0.56 | 57.05 | 0.37 | 0.32 |
| Hex | 71 | 6E | 34 | 0 | 3 | 36 | 38 | 39 | 25 | 20 |
| Octal | 161 | 156 | 64 | 0 | 3 | 66 | 70 | 71 | 45 | 40 |
| Binary | 1110001 | 1101110 | 110100 | 0 | 11 | 110110 | 111000 | 111001 | 100101 | 100000 |
Color Harmonies of #716E34
Complementary color
Monochromatic Colors of #716E34
Black with #716E34
Text Example
Text Example
White with #716E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E34; }
p { color: rgb(113,110,52); }
H1.HeaderClassName
{
color: #716E34;
}
.AnyTagClassName
{
color: #716E34;
}
</style>
background-color css
<style>
a { background-color: #716E34; }
a { background-color: rgb(113,110,52); }
div.DivClassName
{
background-color: #716E34;
}
.BgClassName
{
background-color: #716E34;
}
</style>
border-color css
<style>
span { border-color: #716E34; }
span { border-color: rgb(113,110,52); }
td.TdClassName
{
border-color: #716E34;
}
.TagClassName
{
border-color: #716E34;
}
</style>