Shades of Spanish Green #7B9271
Tints of Spanish Green #7B9271
RGB
CMYK
RGB Variations
Color information
#7B9271 (or 0x7B9271) is known color: Spanish Green. HEX triplet: 7B, 92 and 71. RGB value is (123,146,113). Sum of RGB (Red+Green+Blue) = 123+146+113=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #7B9271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9271 is #846D8E. Grayscale: #878787. Windows color (decimal): -8678799 or 7443067. OLE color: 7443067.
HSL color Cylindrical-coordinate representation of color #7B9271: hue angle of 101.82º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B9271 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 146 | 113 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.43 |
| HSL | 101.82º | 0.13% | 0.51% | - |
| HSV(B) | 101.82º | 0.23% | 0.57% | - |
| XYZ | 21.43 | 25.96 | 19.5 | - |
| YUV | 135.36 | 115.38 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 146 | 113 | 0.16 | 0 | 0.23 | 0.43 | 101.82 | 0.13 | 0.51 |
| Hex | 7B | 92 | 71 | 10 | 0 | 17 | 2B | 66 | D | 33 |
| Octal | 173 | 222 | 161 | 20 | 0 | 27 | 53 | 146 | 15 | 63 |
| Binary | 1111011 | 10010010 | 1110001 | 10000 | 0 | 10111 | 101011 | 1100110 | 1101 | 110011 |
Color Harmonies of #7B9271
Complementary color
Monochromatic Colors of #7B9271
Black with #7B9271
Text Example
Text Example
White with #7B9271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9271; }
p { color: rgb(123,146,113); }
H1.HeaderClassName
{
color: #7B9271;
}
.AnyTagClassName
{
color: #7B9271;
}
</style>
background-color css
<style>
a { background-color: #7B9271; }
a { background-color: rgb(123,146,113); }
div.DivClassName
{
background-color: #7B9271;
}
.BgClassName
{
background-color: #7B9271;
}
</style>
border-color css
<style>
span { border-color: #7B9271; }
span { border-color: rgb(123,146,113); }
td.TdClassName
{
border-color: #7B9271;
}
.TagClassName
{
border-color: #7B9271;
}
</style>