Shades of Spanish Green #768074
Tints of Spanish Green #768074
RGB
CMYK
RGB Variations
Color information
#768074 (or 0x768074) is known color: Spanish Green. HEX triplet: 76, 80 and 74. RGB value is (118,128,116). Sum of RGB (Red+Green+Blue) = 118+128+116=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 128 - color contains mainly: green. Hex color #768074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768074 is #897F8B. Grayscale: #7B7B7B. Windows color (decimal): -9011084 or 7635062. OLE color: 7635062.
HSL color Cylindrical-coordinate representation of color #768074: hue angle of 110º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #768074 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 128 | 116 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.50 |
| HSL | 110º | 0.05% | 0.48% | - |
| HSV(B) | 110º | 0.09% | 0.5% | - |
| XYZ | 18.34 | 20.55 | 19.52 | - |
| YUV | 123.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 116 | 0.08 | 0 | 0.09 | 0.50 | 110 | 0.05 | 0.48 |
| Hex | 76 | 80 | 74 | 8 | 0 | 9 | 32 | 6E | 5 | 30 |
| Octal | 166 | 200 | 164 | 10 | 0 | 11 | 62 | 156 | 5 | 60 |
| Binary | 1110110 | 10000000 | 1110100 | 1000 | 0 | 1001 | 110010 | 1101110 | 101 | 110000 |
Color Harmonies of #768074
Complementary color
Monochromatic Colors of #768074
Black with #768074
Text Example
Text Example
White with #768074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768074; }
p { color: rgb(118,128,116); }
H1.HeaderClassName
{
color: #768074;
}
.AnyTagClassName
{
color: #768074;
}
</style>
background-color css
<style>
a { background-color: #768074; }
a { background-color: rgb(118,128,116); }
div.DivClassName
{
background-color: #768074;
}
.BgClassName
{
background-color: #768074;
}
</style>
border-color css
<style>
span { border-color: #768074; }
span { border-color: rgb(118,128,116); }
td.TdClassName
{
border-color: #768074;
}
.TagClassName
{
border-color: #768074;
}
</style>