Shades of Crete #74793D
Tints of Crete #74793D
RGB
CMYK
RGB Variations
Color information
#74793D (or 0x74793D) is known color: Crete. HEX triplet: 74, 79 and 3D. RGB value is (116,121,61). Sum of RGB (Red+Green+Blue) = 116+121+61=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #74793D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74793D is #8B86C2. Grayscale: #707070. Windows color (decimal): -9144003 or 4028788. OLE color: 4028788.
HSL color Cylindrical-coordinate representation of color #74793D: hue angle of 65º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74793D is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 121 | 61 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.53 |
| HSL | 65º | 0.33% | 0.36% | - |
| HSV(B) | 65º | 0.5% | 0.47% | - |
| XYZ | 14.88 | 17.72 | 7.05 | - |
| YUV | 112.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 61 | 0.04 | 0 | 0.50 | 0.53 | 65 | 0.33 | 0.36 |
| Hex | 74 | 79 | 3D | 4 | 0 | 32 | 35 | 41 | 21 | 24 |
| Octal | 164 | 171 | 75 | 4 | 0 | 62 | 65 | 101 | 41 | 44 |
| Binary | 1110100 | 1111001 | 111101 | 100 | 0 | 110010 | 110101 | 1000001 | 100001 | 100100 |
Color Harmonies of #74793D
Complementary color
Monochromatic Colors of #74793D
Black with #74793D
Text Example
Text Example
White with #74793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74793D; }
p { color: rgb(116,121,61); }
H1.HeaderClassName
{
color: #74793D;
}
.AnyTagClassName
{
color: #74793D;
}
</style>
background-color css
<style>
a { background-color: #74793D; }
a { background-color: rgb(116,121,61); }
div.DivClassName
{
background-color: #74793D;
}
.BgClassName
{
background-color: #74793D;
}
</style>
border-color css
<style>
span { border-color: #74793D; }
span { border-color: rgb(116,121,61); }
td.TdClassName
{
border-color: #74793D;
}
.TagClassName
{
border-color: #74793D;
}
</style>