Html Css Color HEX #88A47F Amulet

📋 copy color: '#88A47F'

red 136 ◦ green 164 ◦ blue 127

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

Shades of Amulet #88A47F

Tints of Amulet #88A47F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.41%

 BLUE value IS 127 (50% from 255) = 29.74%

R = 31.85%
G = 38.41%
B = 29.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#88A47F (or 0x88A47F) is known color: Amulet. HEX triplet: 88, A4 and 7F. RGB value is (136,164,127). Sum of RGB (Red+Green+Blue) = 136+164+127=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #88A47F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A47F is #775B80. Grayscale: #979797. Windows color (decimal): -7822209 or 8365192. OLE color: 8365192.

HSL color Cylindrical-coordinate representation of color #88A47F: hue angle of 105.41º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88A47F is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 164 127 -
CMYK 0.17 0 0.23 0.36
HSL 105.41º 0.17% 0.57% -
HSV(B) 105.41º 0.23% 0.64% -
XYZ 27.26 33.32 25.07 -
YUV 151.41 114.22 117.01 -
System Red Green Blue C M Y K H S L
Decimal 136 164 127 0.17 0 0.23 0.36 105.41 0.17 0.57
Hex 88 A4 7F 11 0 17 24 69 11 39
Octal 210 244 177 21 0 27 44 151 21 71
Binary 10001000 10100100 1111111 10001 0 10111 100100 1101001 10001 111001

Color Harmonies of #88A47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A47F

Black with #88A47F

Text Example


Text Example

White with #88A47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,164,127); }

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

background-color css

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

 a { background-color: rgb(136,164,127); }

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

border-color css

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

 span { border-color: rgb(136,164,127); }

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