Shades of Spanish Green #7D817B
Tints of Spanish Green #7D817B
RGB
CMYK
RGB Variations
Color information
#7D817B (or 0x7D817B) is known color: Spanish Green. HEX triplet: 7D, 81 and 7B. RGB value is (125,129,123). Sum of RGB (Red+Green+Blue) = 125+129+123=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 129 - color contains mainly: green. Hex color #7D817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D817B is #827E84. Grayscale: #7F7F7F. Windows color (decimal): -8552069 or 8094077. OLE color: 8094077.
HSL color Cylindrical-coordinate representation of color #7D817B: hue angle of 100º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7D817B is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 129 | 123 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.49 |
| HSL | 100º | 0.02% | 0.49% | - |
| HSV(B) | 100º | 0.05% | 0.51% | - |
| XYZ | 19.88 | 21.49 | 21.84 | - |
| YUV | 127.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 129 | 123 | 0.03 | 0 | 0.05 | 0.49 | 100 | 0.02 | 0.49 |
| Hex | 7D | 81 | 7B | 3 | 0 | 5 | 31 | 64 | 2 | 31 |
| Octal | 175 | 201 | 173 | 3 | 0 | 5 | 61 | 144 | 2 | 61 |
| Binary | 1111101 | 10000001 | 1111011 | 11 | 0 | 101 | 110001 | 1100100 | 10 | 110001 |
Color Harmonies of #7D817B
Complementary color
Monochromatic Colors of #7D817B
Black with #7D817B
Text Example
Text Example
White with #7D817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D817B; }
p { color: rgb(125,129,123); }
H1.HeaderClassName
{
color: #7D817B;
}
.AnyTagClassName
{
color: #7D817B;
}
</style>
background-color css
<style>
a { background-color: #7D817B; }
a { background-color: rgb(125,129,123); }
div.DivClassName
{
background-color: #7D817B;
}
.BgClassName
{
background-color: #7D817B;
}
</style>
border-color css
<style>
span { border-color: #7D817B; }
span { border-color: rgb(125,129,123); }
td.TdClassName
{
border-color: #7D817B;
}
.TagClassName
{
border-color: #7D817B;
}
</style>