Shades of Spanish Green #7F817E
Tints of Spanish Green #7F817E
RGB
CMYK
RGB Variations
Color information
#7F817E (or 0x7F817E) is known color: Spanish Green. HEX triplet: 7F, 81 and 7E. RGB value is (127,129,126). Sum of RGB (Red+Green+Blue) = 127+129+126=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 129 - color contains mainly: green. Hex color #7F817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F817E is #807E81. Grayscale: #808080. Windows color (decimal): -8420994 or 8290687. OLE color: 8290687.
HSL color Cylindrical-coordinate representation of color #7F817E: hue angle of 100º degrees, saturation: 0.01, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7F817E is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 129 | 126 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.49 |
| HSL | 100º | 0.01% | 0.5% | - |
| HSV(B) | 100º | 0.02% | 0.51% | - |
| XYZ | 20.37 | 21.72 | 22.86 | - |
| YUV | 128.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 129 | 126 | 0.02 | 0 | 0.02 | 0.49 | 100 | 0.01 | 0.5 |
| Hex | 7F | 81 | 7E | 2 | 0 | 2 | 31 | 64 | 1 | 32 |
| Octal | 177 | 201 | 176 | 2 | 0 | 2 | 61 | 144 | 1 | 62 |
| Binary | 1111111 | 10000001 | 1111110 | 10 | 0 | 10 | 110001 | 1100100 | 1 | 110010 |
Color Harmonies of #7F817E
Complementary color
Monochromatic Colors of #7F817E
Black with #7F817E
Text Example
Text Example
White with #7F817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F817E; }
p { color: rgb(127,129,126); }
H1.HeaderClassName
{
color: #7F817E;
}
.AnyTagClassName
{
color: #7F817E;
}
</style>
background-color css
<style>
a { background-color: #7F817E; }
a { background-color: rgb(127,129,126); }
div.DivClassName
{
background-color: #7F817E;
}
.BgClassName
{
background-color: #7F817E;
}
</style>
border-color css
<style>
span { border-color: #7F817E; }
span { border-color: rgb(127,129,126); }
td.TdClassName
{
border-color: #7F817E;
}
.TagClassName
{
border-color: #7F817E;
}
</style>