Shades of Crete #6F7039
Tints of Crete #6F7039
RGB
CMYK
RGB Variations
Color information
#6F7039 (or 0x6F7039) is known color: Crete. HEX triplet: 6F, 70 and 39. RGB value is (111,112,57). Sum of RGB (Red+Green+Blue) = 111+112+57=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7039 is #908FC6. Grayscale: #696969. Windows color (decimal): -9473991 or 3764335. OLE color: 3764335.
HSL color Cylindrical-coordinate representation of color #6F7039: hue angle of 61.09º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F7039 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 57 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.56 |
| HSL | 61.09º | 0.33% | 0.33% | - |
| HSV(B) | 61.09º | 0.49% | 0.44% | - |
| XYZ | 13.09 | 15.26 | 6.13 | - |
| YUV | 105.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 57 | 0.01 | 0 | 0.49 | 0.56 | 61.09 | 0.33 | 0.33 |
| Hex | 6F | 70 | 39 | 1 | 0 | 31 | 38 | 3D | 21 | 21 |
| Octal | 157 | 160 | 71 | 1 | 0 | 61 | 70 | 75 | 41 | 41 |
| Binary | 1101111 | 1110000 | 111001 | 1 | 0 | 110001 | 111000 | 111101 | 100001 | 100001 |
Color Harmonies of #6F7039
Complementary color
Monochromatic Colors of #6F7039
Black with #6F7039
Text Example
Text Example
White with #6F7039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7039; }
p { color: rgb(111,112,57); }
H1.HeaderClassName
{
color: #6F7039;
}
.AnyTagClassName
{
color: #6F7039;
}
</style>
background-color css
<style>
a { background-color: #6F7039; }
a { background-color: rgb(111,112,57); }
div.DivClassName
{
background-color: #6F7039;
}
.BgClassName
{
background-color: #6F7039;
}
</style>
border-color css
<style>
span { border-color: #6F7039; }
span { border-color: rgb(111,112,57); }
td.TdClassName
{
border-color: #6F7039;
}
.TagClassName
{
border-color: #6F7039;
}
</style>