Shades of Crete #797D3B
Tints of Crete #797D3B
RGB
CMYK
RGB Variations
Color information
#797D3B (or 0x797D3B) is known color: Crete. HEX triplet: 79, 7D and 3B. RGB value is (121,125,59). Sum of RGB (Red+Green+Blue) = 121+125+59=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 125 - color contains mainly: green. Hex color #797D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797D3B is #8682C4. Grayscale: #747474. Windows color (decimal): -8815301 or 3898745. OLE color: 3898745.
HSL color Cylindrical-coordinate representation of color #797D3B: hue angle of 63.64º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #797D3B is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 125 | 59 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.51 |
| HSL | 63.64º | 0.36% | 0.36% | - |
| HSV(B) | 63.64º | 0.53% | 0.49% | - |
| XYZ | 16.01 | 19.05 | 6.97 | - |
| YUV | 116.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 125 | 59 | 0.03 | 0 | 0.53 | 0.51 | 63.64 | 0.36 | 0.36 |
| Hex | 79 | 7D | 3B | 3 | 0 | 35 | 33 | 40 | 24 | 24 |
| Octal | 171 | 175 | 73 | 3 | 0 | 65 | 63 | 100 | 44 | 44 |
| Binary | 1111001 | 1111101 | 111011 | 11 | 0 | 110101 | 110011 | 1000000 | 100100 | 100100 |
Color Harmonies of #797D3B
Complementary color
Monochromatic Colors of #797D3B
Black with #797D3B
Text Example
Text Example
White with #797D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797D3B; }
p { color: rgb(121,125,59); }
H1.HeaderClassName
{
color: #797D3B;
}
.AnyTagClassName
{
color: #797D3B;
}
</style>
background-color css
<style>
a { background-color: #797D3B; }
a { background-color: rgb(121,125,59); }
div.DivClassName
{
background-color: #797D3B;
}
.BgClassName
{
background-color: #797D3B;
}
</style>
border-color css
<style>
span { border-color: #797D3B; }
span { border-color: rgb(121,125,59); }
td.TdClassName
{
border-color: #797D3B;
}
.TagClassName
{
border-color: #797D3B;
}
</style>