#83A681

Color #83A681 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #83A681

Tints of Envy #83A681

Color information

#83A681 (or 0x83A681) is unknown color: approx Envy. HEX triplet: 83, A6 and 81. RGB value is (131,166,129). Sum of RGB (Red+Green+Blue) = 131+166+129=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 166 - color contains mainly: green. Hex color #83A681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A681 is #7C597E. Grayscale: #979797. Windows color (decimal): -8149375 or 8496771. OLE color: 8496771.

HSL color Cylindrical-coordinate representation of color #83A681: hue angle of 116.76º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83A681 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB131166129-
CMYK0.2100.220.35
HSL116.76º17.21%57.84%-
HSV(B)116.76º22.29%65.1%-
XYZ26.9633.6825.85-
YUV151.32115.4113.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.75%
GREEN value IS 166 (65.23% from 255) = 38.97%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=30.75%
G=38.97%
B=30.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311661290.2100.220.35116.7617.2157.84
Hex83A681150162375113a
Octal20324620125026431652172
Binary10000011101001101000000110101010110100011111010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A681; }

 p { color: rgb(131,166,129); }

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

<style>
 a { background-color: #83A681; }

 a { background-color: rgb(131,166,129); }

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

<style>
 span { border-color: #83A681; }

 span { border-color: rgb(131,166,129); }

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