Shades of Crete #797A34
Tints of Crete #797A34
RGB
CMYK
RGB Variations
Color information
#797A34 (or 0x797A34) is known color: Crete. HEX triplet: 79, 7A and 34. RGB value is (121,122,52). Sum of RGB (Red+Green+Blue) = 121+122+52=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #797A34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797A34 is #8685CB. Grayscale: #717171. Windows color (decimal): -8816076 or 3439225. OLE color: 3439225.
HSL color Cylindrical-coordinate representation of color #797A34: hue angle of 60.86º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #797A34 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 122 | 52 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.52 |
| HSL | 60.86º | 0.4% | 0.34% | - |
| HSV(B) | 60.86º | 0.57% | 0.48% | - |
| XYZ | 15.46 | 18.23 | 5.95 | - |
| YUV | 113.72 | 93.17 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 52 | 0.01 | 0 | 0.57 | 0.52 | 60.86 | 0.4 | 0.34 |
| Hex | 79 | 7A | 34 | 1 | 0 | 39 | 34 | 3D | 28 | 22 |
| Octal | 171 | 172 | 64 | 1 | 0 | 71 | 64 | 75 | 50 | 42 |
| Binary | 1111001 | 1111010 | 110100 | 1 | 0 | 111001 | 110100 | 111101 | 101000 | 100010 |
Color Harmonies of #797A34
Complementary color
Monochromatic Colors of #797A34
Black with #797A34
Text Example
Text Example
White with #797A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797A34; }
p { color: rgb(121,122,52); }
H1.HeaderClassName
{
color: #797A34;
}
.AnyTagClassName
{
color: #797A34;
}
</style>
background-color css
<style>
a { background-color: #797A34; }
a { background-color: rgb(121,122,52); }
div.DivClassName
{
background-color: #797A34;
}
.BgClassName
{
background-color: #797A34;
}
</style>
border-color css
<style>
span { border-color: #797A34; }
span { border-color: rgb(121,122,52); }
td.TdClassName
{
border-color: #797A34;
}
.TagClassName
{
border-color: #797A34;
}
</style>