Html Css Color HEX #88AB7F Amulet

📋 copy color: '#88AB7F'

red 136 ◦ green 171 ◦ blue 127

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

Shades of Amulet #88AB7F

Tints of Amulet #88AB7F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.4%

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

R = 31.34%
G = 39.4%
B = 29.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#88AB7F (or 0x88AB7F) is known color: Amulet. HEX triplet: 88, AB and 7F. RGB value is (136,171,127). Sum of RGB (Red+Green+Blue) = 136+171+127=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #88AB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AB7F is #775480. Grayscale: #9B9B9B. Windows color (decimal): -7820417 or 8366984. OLE color: 8366984.

HSL color Cylindrical-coordinate representation of color #88AB7F: hue angle of 107.73º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88AB7F is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 171 127 -
CMYK 0.20 0 0.26 0.33
HSL 107.73º 0.21% 0.58% -
HSV(B) 107.73º 0.26% 0.67% -
XYZ 28.55 35.89 25.5 -
YUV 155.52 111.9 114.08 -
System Red Green Blue C M Y K H S L
Decimal 136 171 127 0.20 0 0.26 0.33 107.73 0.21 0.58
Hex 88 AB 7F 14 0 1A 21 6C 15 3A
Octal 210 253 177 24 0 32 41 154 25 72
Binary 10001000 10101011 1111111 10100 0 11010 100001 1101100 10101 111010

Color Harmonies of #88AB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AB7F

Black with #88AB7F

Text Example


Text Example

White with #88AB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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