Shades of Crete #707238
Tints of Crete #707238
RGB
CMYK
RGB Variations
Color information
#707238 (or 0x707238) is known color: Crete. HEX triplet: 70, 72 and 38. RGB value is (112,114,56). Sum of RGB (Red+Green+Blue) = 112+114+56=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #707238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707238 is #8F8DC7. Grayscale: #6B6B6B. Windows color (decimal): -9407944 or 3699312. OLE color: 3699312.
HSL color Cylindrical-coordinate representation of color #707238: hue angle of 62.07º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #707238 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 114 | 56 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.55 |
| HSL | 62.07º | 0.34% | 0.33% | - |
| HSV(B) | 62.07º | 0.51% | 0.45% | - |
| XYZ | 13.41 | 15.76 | 6.08 | - |
| YUV | 106.79 | 99.34 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 56 | 0.02 | 0 | 0.51 | 0.55 | 62.07 | 0.34 | 0.33 |
| Hex | 70 | 72 | 38 | 2 | 0 | 33 | 37 | 3E | 22 | 21 |
| Octal | 160 | 162 | 70 | 2 | 0 | 63 | 67 | 76 | 42 | 41 |
| Binary | 1110000 | 1110010 | 111000 | 10 | 0 | 110011 | 110111 | 111110 | 100010 | 100001 |
Color Harmonies of #707238
Complementary color
Monochromatic Colors of #707238
Black with #707238
Text Example
Text Example
White with #707238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707238; }
p { color: rgb(112,114,56); }
H1.HeaderClassName
{
color: #707238;
}
.AnyTagClassName
{
color: #707238;
}
</style>
background-color css
<style>
a { background-color: #707238; }
a { background-color: rgb(112,114,56); }
div.DivClassName
{
background-color: #707238;
}
.BgClassName
{
background-color: #707238;
}
</style>
border-color css
<style>
span { border-color: #707238; }
span { border-color: rgb(112,114,56); }
td.TdClassName
{
border-color: #707238;
}
.TagClassName
{
border-color: #707238;
}
</style>