#838D7F

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

Shades of Spanish Green #838D7F

Tints of Spanish Green #838D7F

Color information

#838D7F (or 0x838D7F) is unknown color: approx Spanish Green. HEX triplet: 83, 8D and 7F. RGB value is (131,141,127). Sum of RGB (Red+Green+Blue) = 131+141+127=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 141 - color contains mainly: green. Hex color #838D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D7F is #7C7280. Grayscale: #888888. Windows color (decimal): -8155777 or 8359299. OLE color: 8359299.

HSL color Cylindrical-coordinate representation of color #838D7F: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #838D7F is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB131141127-
CMYK0.0700.100.45
HSL102.86º5.79%52.55%-
HSV(B)102.86º9.93%55.29%-
XYZ22.7225.4123.79-
YUV136.41122.69124.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.83%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 127 (50% from 255) = 31.83%
R=32.83%
G=35.34%
B=31.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311411270.0700.100.45102.865.7952.55
Hex838D7F70A2D67635
Octal203215177701255147665
Binary10000011100011011111111111010101011011100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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