Shades of Spanish Green #838F7B
Tints of Spanish Green #838F7B
RGB
CMYK
RGB Variations
Color information
#838F7B (or 0x838F7B) is known color: Spanish Green. HEX triplet: 83, 8F and 7B. RGB value is (131,143,123). Sum of RGB (Red+Green+Blue) = 131+143+123=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 143 - color contains mainly: green. Hex color #838F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838F7B is #7C7084. Grayscale: #898989. Windows color (decimal): -8155269 or 8097667. OLE color: 8097667.
HSL color Cylindrical-coordinate representation of color #838F7B: hue angle of 96º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #838F7B is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 143 | 123 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.44 |
| HSL | 96º | 0.08% | 0.52% | - |
| HSV(B) | 96º | 0.14% | 0.56% | - |
| XYZ | 22.76 | 25.9 | 22.54 | - |
| YUV | 137.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 123 | 0.08 | 0 | 0.14 | 0.44 | 96 | 0.08 | 0.52 |
| Hex | 83 | 8F | 7B | 8 | 0 | E | 2C | 60 | 8 | 34 |
| Octal | 203 | 217 | 173 | 10 | 0 | 16 | 54 | 140 | 10 | 64 |
| Binary | 10000011 | 10001111 | 1111011 | 1000 | 0 | 1110 | 101100 | 1100000 | 1000 | 110100 |
Color Harmonies of #838F7B
Complementary color
Monochromatic Colors of #838F7B
Black with #838F7B
Text Example
Text Example
White with #838F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838F7B; }
p { color: rgb(131,143,123); }
H1.HeaderClassName
{
color: #838F7B;
}
.AnyTagClassName
{
color: #838F7B;
}
</style>
background-color css
<style>
a { background-color: #838F7B; }
a { background-color: rgb(131,143,123); }
div.DivClassName
{
background-color: #838F7B;
}
.BgClassName
{
background-color: #838F7B;
}
</style>
border-color css
<style>
span { border-color: #838F7B; }
span { border-color: rgb(131,143,123); }
td.TdClassName
{
border-color: #838F7B;
}
.TagClassName
{
border-color: #838F7B;
}
</style>