Shades of Spanish Green #818A7B
Tints of Spanish Green #818A7B
RGB
CMYK
RGB Variations
Color information
#818A7B (or 0x818A7B) is known color: Spanish Green. HEX triplet: 81, 8A and 7B. RGB value is (129,138,123). Sum of RGB (Red+Green+Blue) = 129+138+123=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 138 - color contains mainly: green. Hex color #818A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818A7B is #7E7584. Grayscale: #858585. Windows color (decimal): -8287621 or 8096385. OLE color: 8096385.
HSL color Cylindrical-coordinate representation of color #818A7B: hue angle of 96º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #818A7B is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 138 | 123 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.46 |
| HSL | 96º | 0.06% | 0.51% | - |
| HSV(B) | 96º | 0.11% | 0.54% | - |
| XYZ | 21.72 | 24.27 | 22.28 | - |
| YUV | 133.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 123 | 0.07 | 0 | 0.11 | 0.46 | 96 | 0.06 | 0.51 |
| Hex | 81 | 8A | 7B | 7 | 0 | B | 2E | 60 | 6 | 33 |
| Octal | 201 | 212 | 173 | 7 | 0 | 13 | 56 | 140 | 6 | 63 |
| Binary | 10000001 | 10001010 | 1111011 | 111 | 0 | 1011 | 101110 | 1100000 | 110 | 110011 |
Color Harmonies of #818A7B
Complementary color
Monochromatic Colors of #818A7B
Black with #818A7B
Text Example
Text Example
White with #818A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818A7B; }
p { color: rgb(129,138,123); }
H1.HeaderClassName
{
color: #818A7B;
}
.AnyTagClassName
{
color: #818A7B;
}
</style>
background-color css
<style>
a { background-color: #818A7B; }
a { background-color: rgb(129,138,123); }
div.DivClassName
{
background-color: #818A7B;
}
.BgClassName
{
background-color: #818A7B;
}
</style>
border-color css
<style>
span { border-color: #818A7B; }
span { border-color: rgb(129,138,123); }
td.TdClassName
{
border-color: #818A7B;
}
.TagClassName
{
border-color: #818A7B;
}
</style>