Shades of Crete #716A33
Tints of Crete #716A33
RGB
CMYK
RGB Variations
Color information
#716A33 (or 0x716A33) is known color: Crete. HEX triplet: 71, 6A and 33. RGB value is (113,106,51). Sum of RGB (Red+Green+Blue) = 113+106+51=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #716A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A33 is #8E95CC. Grayscale: #666666. Windows color (decimal): -9344461 or 3369585. OLE color: 3369585.
HSL color Cylindrical-coordinate representation of color #716A33: hue angle of 53.23º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #716A33 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 51 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.56 |
| HSL | 53.23º | 0.38% | 0.32% | - |
| HSV(B) | 53.23º | 0.55% | 0.44% | - |
| XYZ | 12.56 | 14.06 | 5.18 | - |
| YUV | 101.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 51 | 0 | 0.06 | 0.55 | 0.56 | 53.23 | 0.38 | 0.32 |
| Hex | 71 | 6A | 33 | 0 | 6 | 37 | 38 | 35 | 26 | 20 |
| Octal | 161 | 152 | 63 | 0 | 6 | 67 | 70 | 65 | 46 | 40 |
| Binary | 1110001 | 1101010 | 110011 | 0 | 110 | 110111 | 111000 | 110101 | 100110 | 100000 |
Color Harmonies of #716A33
Complementary color
Monochromatic Colors of #716A33
Black with #716A33
Text Example
Text Example
White with #716A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A33; }
p { color: rgb(113,106,51); }
H1.HeaderClassName
{
color: #716A33;
}
.AnyTagClassName
{
color: #716A33;
}
</style>
background-color css
<style>
a { background-color: #716A33; }
a { background-color: rgb(113,106,51); }
div.DivClassName
{
background-color: #716A33;
}
.BgClassName
{
background-color: #716A33;
}
</style>
border-color css
<style>
span { border-color: #716A33; }
span { border-color: rgb(113,106,51); }
td.TdClassName
{
border-color: #716A33;
}
.TagClassName
{
border-color: #716A33;
}
</style>