Shades of Crete #726F30
Tints of Crete #726F30
RGB
CMYK
RGB Variations
Color information
#726F30 (or 0x726F30) is known color: Crete. HEX triplet: 72, 6F and 30. RGB value is (114,111,48). Sum of RGB (Red+Green+Blue) = 114+111+48=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #726F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F30 is #8D90CF. Grayscale: #686868. Windows color (decimal): -9277648 or 3174258. OLE color: 3174258.
HSL color Cylindrical-coordinate representation of color #726F30: hue angle of 57.27º 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 #726F30 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 48 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.55 |
| HSL | 57.27º | 0.41% | 0.32% | - |
| HSV(B) | 57.27º | 0.58% | 0.45% | - |
| XYZ | 13.16 | 15.16 | 5.03 | - |
| YUV | 104.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 48 | 0 | 0.03 | 0.58 | 0.55 | 57.27 | 0.41 | 0.32 |
| Hex | 72 | 6F | 30 | 0 | 3 | 3A | 37 | 39 | 29 | 20 |
| Octal | 162 | 157 | 60 | 0 | 3 | 72 | 67 | 71 | 51 | 40 |
| Binary | 1110010 | 1101111 | 110000 | 0 | 11 | 111010 | 110111 | 111001 | 101001 | 100000 |
Color Harmonies of #726F30
Complementary color
Monochromatic Colors of #726F30
Black with #726F30
Text Example
Text Example
White with #726F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F30; }
p { color: rgb(114,111,48); }
H1.HeaderClassName
{
color: #726F30;
}
.AnyTagClassName
{
color: #726F30;
}
</style>
background-color css
<style>
a { background-color: #726F30; }
a { background-color: rgb(114,111,48); }
div.DivClassName
{
background-color: #726F30;
}
.BgClassName
{
background-color: #726F30;
}
</style>
border-color css
<style>
span { border-color: #726F30; }
span { border-color: rgb(114,111,48); }
td.TdClassName
{
border-color: #726F30;
}
.TagClassName
{
border-color: #726F30;
}
</style>