#88A68B

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

Shades of Envy #88A68B

Tints of Envy #88A68B

Color information

#88A68B (or 0x88A68B) is unknown color: approx Envy. HEX triplet: 88, A6 and 8B. RGB value is (136,166,139). Sum of RGB (Red+Green+Blue) = 136+166+139=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 166 - color contains mainly: green. Hex color #88A68B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A68B is #775974. Grayscale: #9A9A9A. Windows color (decimal): -7821685 or 9152136. OLE color: 9152136.

HSL color Cylindrical-coordinate representation of color #88A68B: hue angle of 126º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88A68B is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB136166139-
CMYK0.1800.160.35
HSL126º14.42%59.22%-
HSV(B)126º18.07%65.1%-
XYZ28.4534.3729.56-
YUV153.95119.56115.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.84%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 139 (54.69% from 255) = 31.52%
R=30.84%
G=37.64%
B=31.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1361661390.1800.160.3512614.4259.22
Hex88A68B12010237ee3b
Octal21024621322020431761673
Binary1000100010100110100010111001001000010001111111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A68B; }

 p { color: rgb(136,166,139); }

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

<style>
 a { background-color: #88A68B; }

 a { background-color: rgb(136,166,139); }

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

<style>
 span { border-color: #88A68B; }

 span { border-color: rgb(136,166,139); }

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