Shades of Crete #797C36
Tints of Crete #797C36
RGB
CMYK
RGB Variations
Color information
#797C36 (or 0x797C36) is known color: Crete. HEX triplet: 79, 7C and 36. RGB value is (121,124,54). Sum of RGB (Red+Green+Blue) = 121+124+54=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 124 - color contains mainly: green. Hex color #797C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797C36 is #8683C9. Grayscale: #737373. Windows color (decimal): -8815562 or 3570809. OLE color: 3570809.
HSL color Cylindrical-coordinate representation of color #797C36: hue angle of 62.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #797C36 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 124 | 54 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.51 |
| HSL | 62.57º | 0.39% | 0.35% | - |
| HSV(B) | 62.57º | 0.56% | 0.49% | - |
| XYZ | 15.76 | 18.75 | 6.28 | - |
| YUV | 115.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 54 | 0.02 | 0 | 0.56 | 0.51 | 62.57 | 0.39 | 0.35 |
| Hex | 79 | 7C | 36 | 2 | 0 | 38 | 33 | 3F | 27 | 23 |
| Octal | 171 | 174 | 66 | 2 | 0 | 70 | 63 | 77 | 47 | 43 |
| Binary | 1111001 | 1111100 | 110110 | 10 | 0 | 111000 | 110011 | 111111 | 100111 | 100011 |
Color Harmonies of #797C36
Complementary color
Monochromatic Colors of #797C36
Black with #797C36
Text Example
Text Example
White with #797C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797C36; }
p { color: rgb(121,124,54); }
H1.HeaderClassName
{
color: #797C36;
}
.AnyTagClassName
{
color: #797C36;
}
</style>
background-color css
<style>
a { background-color: #797C36; }
a { background-color: rgb(121,124,54); }
div.DivClassName
{
background-color: #797C36;
}
.BgClassName
{
background-color: #797C36;
}
</style>
border-color css
<style>
span { border-color: #797C36; }
span { border-color: rgb(121,124,54); }
td.TdClassName
{
border-color: #797C36;
}
.TagClassName
{
border-color: #797C36;
}
</style>