Shades of Crete #716F36
Tints of Crete #716F36
RGB
CMYK
RGB Variations
Color information
#716F36 (or 0x716F36) is known color: Crete. HEX triplet: 71, 6F and 36. RGB value is (113,111,54). Sum of RGB (Red+Green+Blue) = 113+111+54=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #716F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F36 is #8E90C9. Grayscale: #696969. Windows color (decimal): -9343178 or 3567473. OLE color: 3567473.
HSL color Cylindrical-coordinate representation of color #716F36: hue angle of 57.97º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #716F36 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 54 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.56 |
| HSL | 57.97º | 0.35% | 0.33% | - |
| HSV(B) | 57.97º | 0.52% | 0.44% | - |
| XYZ | 13.16 | 15.15 | 5.72 | - |
| YUV | 105.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 54 | 0 | 0.02 | 0.52 | 0.56 | 57.97 | 0.35 | 0.33 |
| Hex | 71 | 6F | 36 | 0 | 2 | 34 | 38 | 3A | 23 | 21 |
| Octal | 161 | 157 | 66 | 0 | 2 | 64 | 70 | 72 | 43 | 41 |
| Binary | 1110001 | 1101111 | 110110 | 0 | 10 | 110100 | 111000 | 111010 | 100011 | 100001 |
Color Harmonies of #716F36
Complementary color
Monochromatic Colors of #716F36
Black with #716F36
Text Example
Text Example
White with #716F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F36; }
p { color: rgb(113,111,54); }
H1.HeaderClassName
{
color: #716F36;
}
.AnyTagClassName
{
color: #716F36;
}
</style>
background-color css
<style>
a { background-color: #716F36; }
a { background-color: rgb(113,111,54); }
div.DivClassName
{
background-color: #716F36;
}
.BgClassName
{
background-color: #716F36;
}
</style>
border-color css
<style>
span { border-color: #716F36; }
span { border-color: rgb(113,111,54); }
td.TdClassName
{
border-color: #716F36;
}
.TagClassName
{
border-color: #716F36;
}
</style>