Html Css Color HEX #88A071 Amulet

📋 copy color: '#88A071'

red 136 ◦ green 160 ◦ blue 113

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

Shades of Amulet #88A071

Tints of Amulet #88A071

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.12%

 BLUE value IS 113 (44.53% from 255) = 27.63%

R = 33.25%
G = 39.12%
B = 27.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#88A071 (or 0x88A071) is known color: Amulet. HEX triplet: 88, A0 and 71. RGB value is (136,160,113). Sum of RGB (Red+Green+Blue) = 136+160+113=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 160 - color contains mainly: green. Hex color #88A071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A071 is #775F8E. Grayscale: #939393. Windows color (decimal): -7823247 or 7446664. OLE color: 7446664.

HSL color Cylindrical-coordinate representation of color #88A071: hue angle of 90.64º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88A071 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 160 113 -
CMYK 0.15 0 0.29 0.37
HSL 90.64º 0.2% 0.54% -
HSV(B) 90.64º 0.29% 0.63% -
XYZ 25.7 31.57 20.36 -
YUV 147.47 108.55 119.82 -
System Red Green Blue C M Y K H S L
Decimal 136 160 113 0.15 0 0.29 0.37 90.64 0.2 0.54
Hex 88 A0 71 F 0 1D 25 5B 14 36
Octal 210 240 161 17 0 35 45 133 24 66
Binary 10001000 10100000 1110001 1111 0 11101 100101 1011011 10100 110110

Color Harmonies of #88A071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A071

Black with #88A071

Text Example


Text Example

White with #88A071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,160,113); }

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

background-color css

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

 a { background-color: rgb(136,160,113); }

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

border-color css

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

 span { border-color: rgb(136,160,113); }

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