Shades of Crete #796D33
Tints of Crete #796D33
RGB
CMYK
RGB Variations
Color information
#796D33 (or 0x796D33) is known color: Crete. HEX triplet: 79, 6D and 33. RGB value is (121,109,51). Sum of RGB (Red+Green+Blue) = 121+109+51=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #796D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796D33 is #8692CC. Grayscale: #6A6A6A. Windows color (decimal): -8819405 or 3370361. OLE color: 3370361.
HSL color Cylindrical-coordinate representation of color #796D33: hue angle of 49.71º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #796D33 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 109 | 51 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.53 |
| HSL | 49.71º | 0.41% | 0.34% | - |
| HSV(B) | 49.71º | 0.58% | 0.47% | - |
| XYZ | 13.95 | 15.24 | 5.34 | - |
| YUV | 105.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 51 | 0 | 0.10 | 0.58 | 0.53 | 49.71 | 0.41 | 0.34 |
| Hex | 79 | 6D | 33 | 0 | A | 3A | 35 | 32 | 29 | 22 |
| Octal | 171 | 155 | 63 | 0 | 12 | 72 | 65 | 62 | 51 | 42 |
| Binary | 1111001 | 1101101 | 110011 | 0 | 1010 | 111010 | 110101 | 110010 | 101001 | 100010 |
Color Harmonies of #796D33
Complementary color
Monochromatic Colors of #796D33
Black with #796D33
Text Example
Text Example
White with #796D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796D33; }
p { color: rgb(121,109,51); }
H1.HeaderClassName
{
color: #796D33;
}
.AnyTagClassName
{
color: #796D33;
}
</style>
background-color css
<style>
a { background-color: #796D33; }
a { background-color: rgb(121,109,51); }
div.DivClassName
{
background-color: #796D33;
}
.BgClassName
{
background-color: #796D33;
}
</style>
border-color css
<style>
span { border-color: #796D33; }
span { border-color: rgb(121,109,51); }
td.TdClassName
{
border-color: #796D33;
}
.TagClassName
{
border-color: #796D33;
}
</style>