Shades of Crete #71753B
Tints of Crete #71753B
RGB
CMYK
RGB Variations
Color information
#71753B (or 0x71753B) is known color: Crete. HEX triplet: 71, 75 and 3B. RGB value is (113,117,59). Sum of RGB (Red+Green+Blue) = 113+117+59=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #71753B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71753B is #8E8AC4. Grayscale: #6D6D6D. Windows color (decimal): -9341637 or 3896689. OLE color: 3896689.
HSL color Cylindrical-coordinate representation of color #71753B: hue angle of 64.14º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71753B is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 59 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.54 |
| HSL | 64.14º | 0.33% | 0.35% | - |
| HSV(B) | 64.14º | 0.5% | 0.46% | - |
| XYZ | 13.96 | 16.55 | 6.6 | - |
| YUV | 109.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 59 | 0.03 | 0 | 0.50 | 0.54 | 64.14 | 0.33 | 0.35 |
| Hex | 71 | 75 | 3B | 3 | 0 | 32 | 36 | 40 | 21 | 23 |
| Octal | 161 | 165 | 73 | 3 | 0 | 62 | 66 | 100 | 41 | 43 |
| Binary | 1110001 | 1110101 | 111011 | 11 | 0 | 110010 | 110110 | 1000000 | 100001 | 100011 |
Color Harmonies of #71753B
Complementary color
Monochromatic Colors of #71753B
Black with #71753B
Text Example
Text Example
White with #71753B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71753B; }
p { color: rgb(113,117,59); }
H1.HeaderClassName
{
color: #71753B;
}
.AnyTagClassName
{
color: #71753B;
}
</style>
background-color css
<style>
a { background-color: #71753B; }
a { background-color: rgb(113,117,59); }
div.DivClassName
{
background-color: #71753B;
}
.BgClassName
{
background-color: #71753B;
}
</style>
border-color css
<style>
span { border-color: #71753B; }
span { border-color: rgb(113,117,59); }
td.TdClassName
{
border-color: #71753B;
}
.TagClassName
{
border-color: #71753B;
}
</style>