Shades of Spanish Green #818B7B
Tints of Spanish Green #818B7B
RGB
CMYK
RGB Variations
Color information
#818B7B (or 0x818B7B) is known color: Spanish Green. HEX triplet: 81, 8B and 7B. RGB value is (129,139,123). Sum of RGB (Red+Green+Blue) = 129+139+123=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 139 - color contains mainly: green. Hex color #818B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818B7B is #7E7484. Grayscale: #868686. Windows color (decimal): -8287365 or 8096641. OLE color: 8096641.
HSL color Cylindrical-coordinate representation of color #818B7B: hue angle of 97.5º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #818B7B is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 139 | 123 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.45 |
| HSL | 97.5º | 0.06% | 0.51% | - |
| HSV(B) | 97.5º | 0.12% | 0.55% | - |
| XYZ | 21.86 | 24.56 | 22.33 | - |
| YUV | 134.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 123 | 0.07 | 0 | 0.12 | 0.45 | 97.5 | 0.06 | 0.51 |
| Hex | 81 | 8B | 7B | 7 | 0 | C | 2D | 62 | 6 | 33 |
| Octal | 201 | 213 | 173 | 7 | 0 | 14 | 55 | 142 | 6 | 63 |
| Binary | 10000001 | 10001011 | 1111011 | 111 | 0 | 1100 | 101101 | 1100010 | 110 | 110011 |
Color Harmonies of #818B7B
Complementary color
Monochromatic Colors of #818B7B
Black with #818B7B
Text Example
Text Example
White with #818B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818B7B; }
p { color: rgb(129,139,123); }
H1.HeaderClassName
{
color: #818B7B;
}
.AnyTagClassName
{
color: #818B7B;
}
</style>
background-color css
<style>
a { background-color: #818B7B; }
a { background-color: rgb(129,139,123); }
div.DivClassName
{
background-color: #818B7B;
}
.BgClassName
{
background-color: #818B7B;
}
</style>
border-color css
<style>
span { border-color: #818B7B; }
span { border-color: rgb(129,139,123); }
td.TdClassName
{
border-color: #818B7B;
}
.TagClassName
{
border-color: #818B7B;
}
</style>