#89AF8F

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

Shades of Envy #89AF8F

Tints of Envy #89AF8F

Color information

#89AF8F (or 0x89AF8F) is unknown color: approx Envy. HEX triplet: 89, AF and 8F. RGB value is (137,175,143). Sum of RGB (Red+Green+Blue) = 137+175+143=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #89AF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AF8F is #765070. Grayscale: #A0A0A0. Windows color (decimal): -7753841 or 9416585. OLE color: 9416585.

HSL color Cylindrical-coordinate representation of color #89AF8F: hue angle of 129.47º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89AF8F is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB137175143-
CMYK0.2200.180.31
HSL129.47º19.19%61.18%-
HSV(B)129.47º21.71%68.63%-
XYZ30.637.9631.7-
YUV159.99118.41111.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.11%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 143 (56.25% from 255) = 31.43%
R=30.11%
G=38.46%
B=31.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371751430.2200.180.31129.4719.1961.18
Hex89AF8F160121F81133d
Octal21125721726022372012375
Binary10001001101011111000111110110010010111111000000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89AF8F; }

 p { color: rgb(137,175,143); }

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

<style>
 a { background-color: #89AF8F; }

 a { background-color: rgb(137,175,143); }

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

<style>
 span { border-color: #89AF8F; }

 span { border-color: rgb(137,175,143); }

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