Html Css Color HEX #88A072 Amulet

📋 copy color: '#88A072'

red 136 ◦ green 160 ◦ blue 114

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

Shades of Amulet #88A072

Tints of Amulet #88A072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.8%

R = 33.17%
G = 39.02%
B = 27.8%

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

#88A072 (or 0x88A072) is known color: Amulet. HEX triplet: 88, A0 and 72. RGB value is (136,160,114). Sum of RGB (Red+Green+Blue) = 136+160+114=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 160 - color contains mainly: green. Hex color #88A072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A072 is #775F8D. Grayscale: #939393. Windows color (decimal): -7823246 or 7512200. OLE color: 7512200.

HSL color Cylindrical-coordinate representation of color #88A072: hue angle of 91.3º degrees, saturation: 0.19, 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 #88A072 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 160 114 -
CMYK 0.15 0 0.29 0.37
HSL 91.3º 0.19% 0.54% -
HSV(B) 91.3º 0.29% 0.63% -
XYZ 25.76 31.59 20.66 -
YUV 147.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 136 160 114 0.15 0 0.29 0.37 91.3 0.19 0.54
Hex 88 A0 72 F 0 1D 25 5B 13 36
Octal 210 240 162 17 0 35 45 133 23 66
Binary 10001000 10100000 1110010 1111 0 11101 100101 1011011 10011 110110

Color Harmonies of #88A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A072

Black with #88A072

Text Example


Text Example

White with #88A072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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