Shades of Crete #716F34
Tints of Crete #716F34
RGB
CMYK
RGB Variations
Color information
#716F34 (or 0x716F34) is known color: Crete. HEX triplet: 71, 6F and 34. RGB value is (113,111,52). Sum of RGB (Red+Green+Blue) = 113+111+52=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #716F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F34 is #8E90CB. Grayscale: #696969. Windows color (decimal): -9343180 or 3436401. OLE color: 3436401.
HSL color Cylindrical-coordinate representation of color #716F34: hue angle of 58.03º 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 #716F34 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 52 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.56 |
| HSL | 58.03º | 0.37% | 0.32% | - |
| HSV(B) | 58.03º | 0.54% | 0.44% | - |
| XYZ | 13.11 | 15.13 | 5.48 | - |
| YUV | 104.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 52 | 0 | 0.02 | 0.54 | 0.56 | 58.03 | 0.37 | 0.32 |
| Hex | 71 | 6F | 34 | 0 | 2 | 36 | 38 | 3A | 25 | 20 |
| Octal | 161 | 157 | 64 | 0 | 2 | 66 | 70 | 72 | 45 | 40 |
| Binary | 1110001 | 1101111 | 110100 | 0 | 10 | 110110 | 111000 | 111010 | 100101 | 100000 |
Color Harmonies of #716F34
Complementary color
Monochromatic Colors of #716F34
Black with #716F34
Text Example
Text Example
White with #716F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F34; }
p { color: rgb(113,111,52); }
H1.HeaderClassName
{
color: #716F34;
}
.AnyTagClassName
{
color: #716F34;
}
</style>
background-color css
<style>
a { background-color: #716F34; }
a { background-color: rgb(113,111,52); }
div.DivClassName
{
background-color: #716F34;
}
.BgClassName
{
background-color: #716F34;
}
</style>
border-color css
<style>
span { border-color: #716F34; }
span { border-color: rgb(113,111,52); }
td.TdClassName
{
border-color: #716F34;
}
.TagClassName
{
border-color: #716F34;
}
</style>