Shades of Crete #6F7036
Tints of Crete #6F7036
RGB
CMYK
RGB Variations
Color information
#6F7036 (or 0x6F7036) is known color: Crete. HEX triplet: 6F, 70 and 36. RGB value is (111,112,54). Sum of RGB (Red+Green+Blue) = 111+112+54=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7036 is #908FC9. Grayscale: #696969. Windows color (decimal): -9473994 or 3567727. OLE color: 3567727.
HSL color Cylindrical-coordinate representation of color #6F7036: hue angle of 61.03º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F7036 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 54 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.56 |
| HSL | 61.03º | 0.35% | 0.33% | - |
| HSV(B) | 61.03º | 0.52% | 0.44% | - |
| XYZ | 13.02 | 15.23 | 5.74 | - |
| YUV | 105.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 54 | 0.01 | 0 | 0.52 | 0.56 | 61.03 | 0.35 | 0.33 |
| Hex | 6F | 70 | 36 | 1 | 0 | 34 | 38 | 3D | 23 | 21 |
| Octal | 157 | 160 | 66 | 1 | 0 | 64 | 70 | 75 | 43 | 41 |
| Binary | 1101111 | 1110000 | 110110 | 1 | 0 | 110100 | 111000 | 111101 | 100011 | 100001 |
Color Harmonies of #6F7036
Complementary color
Monochromatic Colors of #6F7036
Black with #6F7036
Text Example
Text Example
White with #6F7036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7036; }
p { color: rgb(111,112,54); }
H1.HeaderClassName
{
color: #6F7036;
}
.AnyTagClassName
{
color: #6F7036;
}
</style>
background-color css
<style>
a { background-color: #6F7036; }
a { background-color: rgb(111,112,54); }
div.DivClassName
{
background-color: #6F7036;
}
.BgClassName
{
background-color: #6F7036;
}
</style>
border-color css
<style>
span { border-color: #6F7036; }
span { border-color: rgb(111,112,54); }
td.TdClassName
{
border-color: #6F7036;
}
.TagClassName
{
border-color: #6F7036;
}
</style>