Shades of Spanish Green #7D8F7A
Tints of Spanish Green #7D8F7A
RGB
CMYK
RGB Variations
Color information
#7D8F7A (or 0x7D8F7A) is known color: Spanish Green. HEX triplet: 7D, 8F and 7A. RGB value is (125,143,122). Sum of RGB (Red+Green+Blue) = 125+143+122=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 143 - color contains mainly: green. Hex color #7D8F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8F7A is #827085. Grayscale: #878787. Windows color (decimal): -8548486 or 8032125. OLE color: 8032125.
HSL color Cylindrical-coordinate representation of color #7D8F7A: hue angle of 111.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7D8F7A is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 143 | 122 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.44 |
| HSL | 111.43º | 0.09% | 0.52% | - |
| HSV(B) | 111.43º | 0.15% | 0.56% | - |
| XYZ | 21.79 | 25.41 | 22.17 | - |
| YUV | 135.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 143 | 122 | 0.13 | 0 | 0.15 | 0.44 | 111.43 | 0.09 | 0.52 |
| Hex | 7D | 8F | 7A | D | 0 | F | 2C | 6F | 9 | 34 |
| Octal | 175 | 217 | 172 | 15 | 0 | 17 | 54 | 157 | 11 | 64 |
| Binary | 1111101 | 10001111 | 1111010 | 1101 | 0 | 1111 | 101100 | 1101111 | 1001 | 110100 |
Color Harmonies of #7D8F7A
Complementary color
Monochromatic Colors of #7D8F7A
Black with #7D8F7A
Text Example
Text Example
White with #7D8F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8F7A; }
p { color: rgb(125,143,122); }
H1.HeaderClassName
{
color: #7D8F7A;
}
.AnyTagClassName
{
color: #7D8F7A;
}
</style>
background-color css
<style>
a { background-color: #7D8F7A; }
a { background-color: rgb(125,143,122); }
div.DivClassName
{
background-color: #7D8F7A;
}
.BgClassName
{
background-color: #7D8F7A;
}
</style>
border-color css
<style>
span { border-color: #7D8F7A; }
span { border-color: rgb(125,143,122); }
td.TdClassName
{
border-color: #7D8F7A;
}
.TagClassName
{
border-color: #7D8F7A;
}
</style>