#83907F

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

Shades of Spanish Green #83907F

Tints of Spanish Green #83907F

Color information

#83907F (or 0x83907F) is unknown color: approx Spanish Green. HEX triplet: 83, 90 and 7F. RGB value is (131,144,127). Sum of RGB (Red+Green+Blue) = 131+144+127=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 144 - color contains mainly: green. Hex color #83907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83907F is #7C6F80. Grayscale: #8A8A8A. Windows color (decimal): -8155009 or 8360067. OLE color: 8360067.

HSL color Cylindrical-coordinate representation of color #83907F: hue angle of 105.88º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #83907F is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB131144127-
CMYK0.0900.120.44
HSL105.88º7.11%53.14%-
HSV(B)105.88º11.81%56.47%-
XYZ23.1626.323.93-
YUV138.17121.69122.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.59%
GREEN value IS 144 (56.64% from 255) = 35.82%
BLUE value IS 127 (50% from 255) = 31.59%
R=32.59%
G=35.82%
B=31.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311441270.0900.120.44105.887.1153.14
Hex83907F90C2C6a735
Octal2032201771101454152765
Binary100000111001000011111111001011001011001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83907F; }

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

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

<style>
 a { background-color: #83907F; }

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

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

<style>
 span { border-color: #83907F; }

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

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