Html Css Color HEX #81B085 Envy

📋 copy color: '#81B085'

red 129 ◦ green 176 ◦ blue 133

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

Shades of Envy #81B085

Tints of Envy #81B085

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.18%

 BLUE value IS 133 (52.34% from 255) = 30.37%

R = 29.45%
G = 40.18%
B = 30.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#81B085 (or 0x81B085) is known color: Envy. HEX triplet: 81, B0 and 85. RGB value is (129,176,133). Sum of RGB (Red+Green+Blue) = 129+176+133=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 176 - color contains mainly: green. Hex color #81B085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B085 is #7E4F7A. Grayscale: #9D9D9D. Windows color (decimal): -8277883 or 8761473. OLE color: 8761473.

HSL color Cylindrical-coordinate representation of color #81B085: hue angle of 125.11º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81B085 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 176 133 -
CMYK 0.27 0 0.24 0.31
HSL 125.11º 0.23% 0.6% -
HSV(B) 125.11º 0.27% 0.69% -
XYZ 28.81 37.41 27.89 -
YUV 157.05 114.43 108 -
System Red Green Blue C M Y K H S L
Decimal 129 176 133 0.27 0 0.24 0.31 125.11 0.23 0.6
Hex 81 B0 85 1B 0 18 1F 7D 17 3C
Octal 201 260 205 33 0 30 37 175 27 74
Binary 10000001 10110000 10000101 11011 0 11000 11111 1111101 10111 111100

Color Harmonies of #81B085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B085

Black with #81B085

Text Example


Text Example

White with #81B085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,176,133); }

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

background-color css

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

 a { background-color: rgb(129,176,133); }

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

border-color css

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

 span { border-color: rgb(129,176,133); }

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