Shades of Crete #6F7037
Tints of Crete #6F7037
RGB
CMYK
RGB Variations
Color information
#6F7037 (or 0x6F7037) is known color: Crete. HEX triplet: 6F, 70 and 37. RGB value is (111,112,55). Sum of RGB (Red+Green+Blue) = 111+112+55=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7037 is #908FC8. Grayscale: #696969. Windows color (decimal): -9473993 or 3633263. OLE color: 3633263.
HSL color Cylindrical-coordinate representation of color #6F7037: hue angle of 61.05º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F7037 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 55 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.56 |
| HSL | 61.05º | 0.34% | 0.33% | - |
| HSV(B) | 61.05º | 0.51% | 0.44% | - |
| XYZ | 13.04 | 15.24 | 5.87 | - |
| YUV | 105.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 55 | 0.01 | 0 | 0.51 | 0.56 | 61.05 | 0.34 | 0.33 |
| Hex | 6F | 70 | 37 | 1 | 0 | 33 | 38 | 3D | 22 | 21 |
| Octal | 157 | 160 | 67 | 1 | 0 | 63 | 70 | 75 | 42 | 41 |
| Binary | 1101111 | 1110000 | 110111 | 1 | 0 | 110011 | 111000 | 111101 | 100010 | 100001 |
Color Harmonies of #6F7037
Complementary color
Monochromatic Colors of #6F7037
Black with #6F7037
Text Example
Text Example
White with #6F7037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7037; }
p { color: rgb(111,112,55); }
H1.HeaderClassName
{
color: #6F7037;
}
.AnyTagClassName
{
color: #6F7037;
}
</style>
background-color css
<style>
a { background-color: #6F7037; }
a { background-color: rgb(111,112,55); }
div.DivClassName
{
background-color: #6F7037;
}
.BgClassName
{
background-color: #6F7037;
}
</style>
border-color css
<style>
span { border-color: #6F7037; }
span { border-color: rgb(111,112,55); }
td.TdClassName
{
border-color: #6F7037;
}
.TagClassName
{
border-color: #6F7037;
}
</style>