Shades of Crete #71723B
Tints of Crete #71723B
RGB
CMYK
RGB Variations
Color information
#71723B (or 0x71723B) is known color: Crete. HEX triplet: 71, 72 and 3B. RGB value is (113,114,59). Sum of RGB (Red+Green+Blue) = 113+114+59=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #71723B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71723B is #8E8DC4. Grayscale: #6B6B6B. Windows color (decimal): -9342405 or 3895921. OLE color: 3895921.
HSL color Cylindrical-coordinate representation of color #71723B: hue angle of 61.09º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71723B is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 59 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.55 |
| HSL | 61.09º | 0.32% | 0.34% | - |
| HSV(B) | 61.09º | 0.48% | 0.45% | - |
| XYZ | 13.62 | 15.86 | 6.48 | - |
| YUV | 107.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 59 | 0.01 | 0 | 0.48 | 0.55 | 61.09 | 0.32 | 0.34 |
| Hex | 71 | 72 | 3B | 1 | 0 | 30 | 37 | 3D | 20 | 22 |
| Octal | 161 | 162 | 73 | 1 | 0 | 60 | 67 | 75 | 40 | 42 |
| Binary | 1110001 | 1110010 | 111011 | 1 | 0 | 110000 | 110111 | 111101 | 100000 | 100010 |
Color Harmonies of #71723B
Complementary color
Monochromatic Colors of #71723B
Black with #71723B
Text Example
Text Example
White with #71723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71723B; }
p { color: rgb(113,114,59); }
H1.HeaderClassName
{
color: #71723B;
}
.AnyTagClassName
{
color: #71723B;
}
</style>
background-color css
<style>
a { background-color: #71723B; }
a { background-color: rgb(113,114,59); }
div.DivClassName
{
background-color: #71723B;
}
.BgClassName
{
background-color: #71723B;
}
</style>
border-color css
<style>
span { border-color: #71723B; }
span { border-color: rgb(113,114,59); }
td.TdClassName
{
border-color: #71723B;
}
.TagClassName
{
border-color: #71723B;
}
</style>