Shades of Crete #6F7238
Tints of Crete #6F7238
RGB
CMYK
RGB Variations
Color information
#6F7238 (or 0x6F7238) is known color: Crete. HEX triplet: 6F, 72 and 38. RGB value is (111,114,56). Sum of RGB (Red+Green+Blue) = 111+114+56=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7238 is #908DC7. Grayscale: #6A6A6A. Windows color (decimal): -9473480 or 3699311. OLE color: 3699311.
HSL color Cylindrical-coordinate representation of color #6F7238: hue angle of 63.1º 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 #6F7238 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 114 | 56 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.55 |
| HSL | 63.1º | 0.34% | 0.33% | - |
| HSV(B) | 63.1º | 0.51% | 0.45% | - |
| XYZ | 13.29 | 15.7 | 6.07 | - |
| YUV | 106.49 | 99.51 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 56 | 0.03 | 0 | 0.51 | 0.55 | 63.1 | 0.34 | 0.33 |
| Hex | 6F | 72 | 38 | 3 | 0 | 33 | 37 | 3F | 22 | 21 |
| Octal | 157 | 162 | 70 | 3 | 0 | 63 | 67 | 77 | 42 | 41 |
| Binary | 1101111 | 1110010 | 111000 | 11 | 0 | 110011 | 110111 | 111111 | 100010 | 100001 |
Color Harmonies of #6F7238
Complementary color
Monochromatic Colors of #6F7238
Black with #6F7238
Text Example
Text Example
White with #6F7238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7238; }
p { color: rgb(111,114,56); }
H1.HeaderClassName
{
color: #6F7238;
}
.AnyTagClassName
{
color: #6F7238;
}
</style>
background-color css
<style>
a { background-color: #6F7238; }
a { background-color: rgb(111,114,56); }
div.DivClassName
{
background-color: #6F7238;
}
.BgClassName
{
background-color: #6F7238;
}
</style>
border-color css
<style>
span { border-color: #6F7238; }
span { border-color: rgb(111,114,56); }
td.TdClassName
{
border-color: #6F7238;
}
.TagClassName
{
border-color: #6F7238;
}
</style>