Html Css Color HEX #81A089 Envy

📋 copy color: '#81A089'

red 129 ◦ green 160 ◦ blue 137

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

Shades of Envy #81A089

Tints of Envy #81A089

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.56%

 BLUE value IS 137 (53.91% from 255) = 32.16%

R = 30.28%
G = 37.56%
B = 32.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#81A089 (or 0x81A089) is known color: Envy. HEX triplet: 81, A0 and 89. RGB value is (129,160,137). Sum of RGB (Red+Green+Blue) = 129+160+137=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 160 - color contains mainly: green. Hex color #81A089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A089 is #7E5F76. Grayscale: #949494. Windows color (decimal): -8281975 or 9019521. OLE color: 9019521.

HSL color Cylindrical-coordinate representation of color #81A089: hue angle of 135.48º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81A089 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 129 160 137 -
CMYK 0.19 0 0.14 0.37
HSL 135.48º 0.14% 0.57% -
HSV(B) 135.48º 0.19% 0.63% -
XYZ 26.14 31.61 28.39 -
YUV 148.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 129 160 137 0.19 0 0.14 0.37 135.48 0.14 0.57
Hex 81 A0 89 13 0 E 25 87 E 39
Octal 201 240 211 23 0 16 45 207 16 71
Binary 10000001 10100000 10001001 10011 0 1110 100101 10000111 1110 111001

Color Harmonies of #81A089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A089

Black with #81A089

Text Example


Text Example

White with #81A089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,160,137); }

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

background-color css

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

 a { background-color: rgb(129,160,137); }

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

border-color css

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

 span { border-color: rgb(129,160,137); }

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