Shades of Crete #75702F
Tints of Crete #75702F
RGB
CMYK
RGB Variations
Color information
#75702F (or 0x75702F) is known color: Crete. HEX triplet: 75, 70 and 2F. RGB value is (117,112,47). Sum of RGB (Red+Green+Blue) = 117+112+47=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75702F is #8A8FD0. Grayscale: #6A6A6A. Windows color (decimal): -9080785 or 3108981. OLE color: 3108981.
HSL color Cylindrical-coordinate representation of color #75702F: hue angle of 55.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75702F is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 47 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.54 |
| HSL | 55.71º | 0.43% | 0.32% | - |
| HSV(B) | 55.71º | 0.6% | 0.46% | - |
| XYZ | 13.64 | 15.58 | 4.98 | - |
| YUV | 106.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 47 | 0 | 0.04 | 0.60 | 0.54 | 55.71 | 0.43 | 0.32 |
| Hex | 75 | 70 | 2F | 0 | 4 | 3C | 36 | 38 | 2B | 20 |
| Octal | 165 | 160 | 57 | 0 | 4 | 74 | 66 | 70 | 53 | 40 |
| Binary | 1110101 | 1110000 | 101111 | 0 | 100 | 111100 | 110110 | 111000 | 101011 | 100000 |
Color Harmonies of #75702F
Complementary color
Monochromatic Colors of #75702F
Black with #75702F
Text Example
Text Example
White with #75702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75702F; }
p { color: rgb(117,112,47); }
H1.HeaderClassName
{
color: #75702F;
}
.AnyTagClassName
{
color: #75702F;
}
</style>
background-color css
<style>
a { background-color: #75702F; }
a { background-color: rgb(117,112,47); }
div.DivClassName
{
background-color: #75702F;
}
.BgClassName
{
background-color: #75702F;
}
</style>
border-color css
<style>
span { border-color: #75702F; }
span { border-color: rgb(117,112,47); }
td.TdClassName
{
border-color: #75702F;
}
.TagClassName
{
border-color: #75702F;
}
</style>