Shades of Spanish Green #7B926F
Tints of Spanish Green #7B926F
RGB
CMYK
RGB Variations
Color information
#7B926F (or 0x7B926F) is known color: Spanish Green. HEX triplet: 7B, 92 and 6F. RGB value is (123,146,111). Sum of RGB (Red+Green+Blue) = 123+146+111=380 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.37% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 146 - color contains mainly: green. Hex color #7B926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B926F is #846D90. Grayscale: #878787. Windows color (decimal): -8678801 or 7311995. OLE color: 7311995.
HSL color Cylindrical-coordinate representation of color #7B926F: hue angle of 99.43º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B926F is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 146 | 111 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.43 |
| HSL | 99.43º | 0.14% | 0.5% | - |
| HSV(B) | 99.43º | 0.24% | 0.57% | - |
| XYZ | 21.32 | 25.92 | 18.92 | - |
| YUV | 135.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 146 | 111 | 0.16 | 0 | 0.24 | 0.43 | 99.43 | 0.14 | 0.5 |
| Hex | 7B | 92 | 6F | 10 | 0 | 18 | 2B | 63 | E | 32 |
| Octal | 173 | 222 | 157 | 20 | 0 | 30 | 53 | 143 | 16 | 62 |
| Binary | 1111011 | 10010010 | 1101111 | 10000 | 0 | 11000 | 101011 | 1100011 | 1110 | 110010 |
Color Harmonies of #7B926F
Complementary color
Monochromatic Colors of #7B926F
Black with #7B926F
Text Example
Text Example
White with #7B926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B926F; }
p { color: rgb(123,146,111); }
H1.HeaderClassName
{
color: #7B926F;
}
.AnyTagClassName
{
color: #7B926F;
}
</style>
background-color css
<style>
a { background-color: #7B926F; }
a { background-color: rgb(123,146,111); }
div.DivClassName
{
background-color: #7B926F;
}
.BgClassName
{
background-color: #7B926F;
}
</style>
border-color css
<style>
span { border-color: #7B926F; }
span { border-color: rgb(123,146,111); }
td.TdClassName
{
border-color: #7B926F;
}
.TagClassName
{
border-color: #7B926F;
}
</style>