Shades of Spanish Green #818A7A
Tints of Spanish Green #818A7A
RGB
CMYK
RGB Variations
Color information
#818A7A (or 0x818A7A) is known color: Spanish Green. HEX triplet: 81, 8A and 7A. RGB value is (129,138,122). Sum of RGB (Red+Green+Blue) = 129+138+122=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 138 - color contains mainly: green. Hex color #818A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818A7A is #7E7585. Grayscale: #858585. Windows color (decimal): -8287622 or 8030849. OLE color: 8030849.
HSL color Cylindrical-coordinate representation of color #818A7A: hue angle of 93.75º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #818A7A is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 138 | 122 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.46 |
| HSL | 93.75º | 0.06% | 0.51% | - |
| HSV(B) | 93.75º | 0.12% | 0.54% | - |
| XYZ | 21.65 | 24.25 | 21.95 | - |
| YUV | 133.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 122 | 0.07 | 0 | 0.12 | 0.46 | 93.75 | 0.06 | 0.51 |
| Hex | 81 | 8A | 7A | 7 | 0 | C | 2E | 5E | 6 | 33 |
| Octal | 201 | 212 | 172 | 7 | 0 | 14 | 56 | 136 | 6 | 63 |
| Binary | 10000001 | 10001010 | 1111010 | 111 | 0 | 1100 | 101110 | 1011110 | 110 | 110011 |
Color Harmonies of #818A7A
Complementary color
Monochromatic Colors of #818A7A
Black with #818A7A
Text Example
Text Example
White with #818A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818A7A; }
p { color: rgb(129,138,122); }
H1.HeaderClassName
{
color: #818A7A;
}
.AnyTagClassName
{
color: #818A7A;
}
</style>
background-color css
<style>
a { background-color: #818A7A; }
a { background-color: rgb(129,138,122); }
div.DivClassName
{
background-color: #818A7A;
}
.BgClassName
{
background-color: #818A7A;
}
</style>
border-color css
<style>
span { border-color: #818A7A; }
span { border-color: rgb(129,138,122); }
td.TdClassName
{
border-color: #818A7A;
}
.TagClassName
{
border-color: #818A7A;
}
</style>