Shades of Spanish Green #838C7C
Tints of Spanish Green #838C7C
RGB
CMYK
RGB Variations
Color information
#838C7C (or 0x838C7C) is known color: Spanish Green. HEX triplet: 83, 8C and 7C. RGB value is (131,140,124). Sum of RGB (Red+Green+Blue) = 131+140+124=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 140 - color contains mainly: green. Hex color #838C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838C7C is #7C7383. Grayscale: #878787. Windows color (decimal): -8156036 or 8162435. OLE color: 8162435.
HSL color Cylindrical-coordinate representation of color #838C7C: hue angle of 93.75º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #838C7C is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 140 | 124 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.45 |
| HSL | 93.75º | 0.07% | 0.52% | - |
| HSV(B) | 93.75º | 0.11% | 0.55% | - |
| XYZ | 22.38 | 25.04 | 22.72 | - |
| YUV | 135.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 124 | 0.06 | 0 | 0.11 | 0.45 | 93.75 | 0.07 | 0.52 |
| Hex | 83 | 8C | 7C | 6 | 0 | B | 2D | 5E | 7 | 34 |
| Octal | 203 | 214 | 174 | 6 | 0 | 13 | 55 | 136 | 7 | 64 |
| Binary | 10000011 | 10001100 | 1111100 | 110 | 0 | 1011 | 101101 | 1011110 | 111 | 110100 |
Color Harmonies of #838C7C
Complementary color
Monochromatic Colors of #838C7C
Black with #838C7C
Text Example
Text Example
White with #838C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838C7C; }
p { color: rgb(131,140,124); }
H1.HeaderClassName
{
color: #838C7C;
}
.AnyTagClassName
{
color: #838C7C;
}
</style>
background-color css
<style>
a { background-color: #838C7C; }
a { background-color: rgb(131,140,124); }
div.DivClassName
{
background-color: #838C7C;
}
.BgClassName
{
background-color: #838C7C;
}
</style>
border-color css
<style>
span { border-color: #838C7C; }
span { border-color: rgb(131,140,124); }
td.TdClassName
{
border-color: #838C7C;
}
.TagClassName
{
border-color: #838C7C;
}
</style>