Html Css Color HEX #88A676 Amulet

📋 copy color: '#88A676'

red 136 ◦ green 166 ◦ blue 118

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

Shades of Amulet #88A676

Tints of Amulet #88A676

RGB

 RED value IS 136 (53.52% from 255) = 32.38%

 GREEN value IS 166 (65.23% from 255) = 39.52%

 BLUE value IS 118 (46.48% from 255) = 28.1%

R = 32.38%
G = 39.52%
B = 28.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#88A676 (or 0x88A676) is known color: Amulet. HEX triplet: 88, A6 and 76. RGB value is (136,166,118). Sum of RGB (Red+Green+Blue) = 136+166+118=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 166 - color contains mainly: green. Hex color #88A676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A676 is #775989. Grayscale: #979797. Windows color (decimal): -7821706 or 7775880. OLE color: 7775880.

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

Color convert

RGB 136 166 118 -
CMYK 0.18 0 0.29 0.35
HSL 97.5º 0.21% 0.56% -
HSV(B) 97.5º 0.29% 0.65% -
XYZ 27.06 33.81 22.24 -
YUV 151.56 109.06 116.9 -
System Red Green Blue C M Y K H S L
Decimal 136 166 118 0.18 0 0.29 0.35 97.5 0.21 0.56
Hex 88 A6 76 12 0 1D 23 62 15 38
Octal 210 246 166 22 0 35 43 142 25 70
Binary 10001000 10100110 1110110 10010 0 11101 100011 1100010 10101 111000

Color Harmonies of #88A676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A676

Black with #88A676

Text Example


Text Example

White with #88A676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88A676;
 }
 .AnyTagClassName
 {
   color: #88A676;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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