Shades of Crete #736F30
Tints of Crete #736F30
RGB
CMYK
RGB Variations
Color information
#736F30 (or 0x736F30) is known color: Crete. HEX triplet: 73, 6F and 30. RGB value is (115,111,48). Sum of RGB (Red+Green+Blue) = 115+111+48=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 115 - color contains mainly: red. Hex color #736F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736F30 is #8C90CF. Grayscale: #696969. Windows color (decimal): -9212112 or 3174259. OLE color: 3174259.
HSL color Cylindrical-coordinate representation of color #736F30: hue angle of 56.42º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #736F30 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 48 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.55 |
| HSL | 56.42º | 0.41% | 0.32% | - |
| HSV(B) | 56.42º | 0.58% | 0.45% | - |
| XYZ | 13.29 | 15.23 | 5.04 | - |
| YUV | 105.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 48 | 0 | 0.03 | 0.58 | 0.55 | 56.42 | 0.41 | 0.32 |
| Hex | 73 | 6F | 30 | 0 | 3 | 3A | 37 | 38 | 29 | 20 |
| Octal | 163 | 157 | 60 | 0 | 3 | 72 | 67 | 70 | 51 | 40 |
| Binary | 1110011 | 1101111 | 110000 | 0 | 11 | 111010 | 110111 | 111000 | 101001 | 100000 |
Color Harmonies of #736F30
Complementary color
Monochromatic Colors of #736F30
Black with #736F30
Text Example
Text Example
White with #736F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F30; }
p { color: rgb(115,111,48); }
H1.HeaderClassName
{
color: #736F30;
}
.AnyTagClassName
{
color: #736F30;
}
</style>
background-color css
<style>
a { background-color: #736F30; }
a { background-color: rgb(115,111,48); }
div.DivClassName
{
background-color: #736F30;
}
.BgClassName
{
background-color: #736F30;
}
</style>
border-color css
<style>
span { border-color: #736F30; }
span { border-color: rgb(115,111,48); }
td.TdClassName
{
border-color: #736F30;
}
.TagClassName
{
border-color: #736F30;
}
</style>