Shades of Crete #707235
Tints of Crete #707235
RGB
CMYK
RGB Variations
Color information
#707235 (or 0x707235) is known color: Crete. HEX triplet: 70, 72 and 35. RGB value is (112,114,53). Sum of RGB (Red+Green+Blue) = 112+114+53=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 114 - color contains mainly: green. Hex color #707235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707235 is #8F8DCA. Grayscale: #6A6A6A. Windows color (decimal): -9407947 or 3502704. OLE color: 3502704.
HSL color Cylindrical-coordinate representation of color #707235: hue angle of 61.97º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #707235 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 114 | 53 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.55 |
| HSL | 61.97º | 0.37% | 0.33% | - |
| HSV(B) | 61.97º | 0.54% | 0.45% | - |
| XYZ | 13.34 | 15.74 | 5.7 | - |
| YUV | 106.45 | 97.84 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 53 | 0.02 | 0 | 0.54 | 0.55 | 61.97 | 0.37 | 0.33 |
| Hex | 70 | 72 | 35 | 2 | 0 | 36 | 37 | 3E | 25 | 21 |
| Octal | 160 | 162 | 65 | 2 | 0 | 66 | 67 | 76 | 45 | 41 |
| Binary | 1110000 | 1110010 | 110101 | 10 | 0 | 110110 | 110111 | 111110 | 100101 | 100001 |
Color Harmonies of #707235
Complementary color
Monochromatic Colors of #707235
Black with #707235
Text Example
Text Example
White with #707235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707235; }
p { color: rgb(112,114,53); }
H1.HeaderClassName
{
color: #707235;
}
.AnyTagClassName
{
color: #707235;
}
</style>
background-color css
<style>
a { background-color: #707235; }
a { background-color: rgb(112,114,53); }
div.DivClassName
{
background-color: #707235;
}
.BgClassName
{
background-color: #707235;
}
</style>
border-color css
<style>
span { border-color: #707235; }
span { border-color: rgb(112,114,53); }
td.TdClassName
{
border-color: #707235;
}
.TagClassName
{
border-color: #707235;
}
</style>