#838E7F

Color #838E7F Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #838E7F

Tints of Spanish Green #838E7F

Color information

#838E7F (or 0x838E7F) is unknown color: approx Spanish Green. HEX triplet: 83, 8E and 7F. RGB value is (131,142,127). Sum of RGB (Red+Green+Blue) = 131+142+127=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 142 - color contains mainly: green. Hex color #838E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838E7F is #7C7180. Grayscale: #898989. Windows color (decimal): -8155521 or 8359555. OLE color: 8359555.

HSL color Cylindrical-coordinate representation of color #838E7F: hue angle of 104º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #838E7F is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB131142127-
CMYK0.0800.110.44
HSL104º6.22%52.75%-
HSV(B)104º10.56%55.69%-
XYZ22.8625.723.83-
YUV137122.36123.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 32.75%
GREEN value IS 142 (55.86% from 255) = 35.5%
BLUE value IS 127 (50% from 255) = 31.75%
R=32.75%
G=35.5%
B=31.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311421270.0800.110.441046.2252.75
Hex838E7F80B2C68635
Octal2032161771001354150665
Binary100000111000111011111111000010111011001101000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838E7F; }

 p { color: rgb(131,142,127); }

 H1.HeaderClassName
 {
   color: #838E7F;
 }
 .AnyTagClassName
 {
   color: #838E7F;
 }
</style>
background-color css

<style>
 a { background-color: #838E7F; }

 a { background-color: rgb(131,142,127); }

 div.DivClassName
 {
   background-color: #838E7F;
 }
 .BgClassName
 {
   background-color: #838E7F;
 }
</style>
border-color css

<style>
 span { border-color: #838E7F; }

 span { border-color: rgb(131,142,127); }

 td.TdClassName
 {
   border-color: #838E7F;
 }
 .TagClassName
 {
   border-color: #838E7F;
 }
</style>