Html Css Color HEX #88AB6F Amulet

📋 copy color: '#88AB6F'

red 136 ◦ green 171 ◦ blue 111

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

Shades of Amulet #88AB6F

Tints of Amulet #88AB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.56%

R = 32.54%
G = 40.91%
B = 26.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#88AB6F (or 0x88AB6F) is known color: Amulet. HEX triplet: 88, AB and 6F. RGB value is (136,171,111). Sum of RGB (Red+Green+Blue) = 136+171+111=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #88AB6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AB6F is #775490. Grayscale: #999999. Windows color (decimal): -7820433 or 7318408. OLE color: 7318408.

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

Color convert

RGB 136 171 111 -
CMYK 0.20 0 0.35 0.33
HSL 95º 0.26% 0.55% -
HSV(B) 95º 0.35% 0.67% -
XYZ 27.59 35.51 20.44 -
YUV 153.7 103.9 115.38 -
System Red Green Blue C M Y K H S L
Decimal 136 171 111 0.20 0 0.35 0.33 95 0.26 0.55
Hex 88 AB 6F 14 0 23 21 5F 1A 37
Octal 210 253 157 24 0 43 41 137 32 67
Binary 10001000 10101011 1101111 10100 0 100011 100001 1011111 11010 110111

Color Harmonies of #88AB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AB6F

Black with #88AB6F

Text Example


Text Example

White with #88AB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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