#838A7F

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

Shades of Spanish Green #838A7F

Tints of Spanish Green #838A7F

Color information

#838A7F (or 0x838A7F) is unknown color: approx Spanish Green. HEX triplet: 83, 8A and 7F. RGB value is (131,138,127). Sum of RGB (Red+Green+Blue) = 131+138+127=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 138 - color contains mainly: green. Hex color #838A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A7F is #7C7580. Grayscale: #868686. Windows color (decimal): -8156545 or 8358531. OLE color: 8358531.

HSL color Cylindrical-coordinate representation of color #838A7F: hue angle of 98.18º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #838A7F is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB131138127-
CMYK0.0500.080.46
HSL98.18º4.49%51.96%-
HSV(B)98.18º7.97%54.12%-
XYZ22.2824.5323.64-
YUV134.65123.68125.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.08%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 127 (50% from 255) = 32.07%
R=33.08%
G=34.85%
B=32.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311381270.0500.080.4698.184.4951.96
Hex838A7F5082E62434
Octal203212177501056142464
Binary10000011100010101111111101010001011101100010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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