Html Css Color HEX #81A480 Envy

📋 copy color: '#81A480'

red 129 ◦ green 164 ◦ blue 128

#81A480
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Envy #81A480

Tints of Envy #81A480

RGB

 RED value IS 129 (50.78% from 255) = 30.64%

 GREEN value IS 164 (64.45% from 255) = 38.95%

 BLUE value IS 128 (50.39% from 255) = 30.4%

R = 30.64%
G = 38.95%
B = 30.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#81A480 (or 0x81A480) is known color: Envy. HEX triplet: 81, A4 and 80. RGB value is (129,164,128). Sum of RGB (Red+Green+Blue) = 129+164+128=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 164 - color contains mainly: green. Hex color #81A480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A480 is #7E5B7F. Grayscale: #959595. Windows color (decimal): -8280960 or 8430721. OLE color: 8430721.

HSL color Cylindrical-coordinate representation of color #81A480: hue angle of 118.33º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #81A480 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 129 164 128 -
CMYK 0.21 0 0.22 0.36
HSL 118.33º 0.17% 0.57% -
HSV(B) 118.33º 0.22% 0.64% -
XYZ 26.23 32.78 25.37 -
YUV 149.43 115.9 113.43 -
System Red Green Blue C M Y K H S L
Decimal 129 164 128 0.21 0 0.22 0.36 118.33 0.17 0.57
Hex 81 A4 80 15 0 16 24 76 11 39
Octal 201 244 200 25 0 26 44 166 21 71
Binary 10000001 10100100 10000000 10101 0 10110 100100 1110110 10001 111001

Color Harmonies of #81A480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A480

Black with #81A480

Text Example


Text Example

White with #81A480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81A480; }

 p { color: rgb(129,164,128); }

 H1.HeaderClassName
 {
   color: #81A480;
 }
 .AnyTagClassName
 {
   color: #81A480;
 }
</style>

background-color css

<style>
 a { background-color: #81A480; }

 a { background-color: rgb(129,164,128); }

 div.DivClassName
 {
   background-color: #81A480;
 }
 .BgClassName
 {
   background-color: #81A480;
 }
</style>

border-color css

<style>
 span { border-color: #81A480; }

 span { border-color: rgb(129,164,128); }

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