Html Css Color HEX #88AD76 Amulet

📋 copy color: '#88AD76'

red 136 ◦ green 173 ◦ blue 118

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

Shades of Amulet #88AD76

Tints of Amulet #88AD76

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.52%

 BLUE value IS 118 (46.48% from 255) = 27.63%

R = 31.85%
G = 40.52%
B = 27.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#88AD76 (or 0x88AD76) is known color: Amulet. HEX triplet: 88, AD and 76. RGB value is (136,173,118). Sum of RGB (Red+Green+Blue) = 136+173+118=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AD76 is #775289. Grayscale: #9B9B9B. Windows color (decimal): -7819914 or 7777672. OLE color: 7777672.

HSL color Cylindrical-coordinate representation of color #88AD76: hue angle of 100.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88AD76 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 173 118 -
CMYK 0.21 0 0.32 0.32
HSL 100.36º 0.25% 0.57% -
HSV(B) 100.36º 0.32% 0.68% -
XYZ 28.37 36.43 22.68 -
YUV 155.67 106.74 113.97 -
System Red Green Blue C M Y K H S L
Decimal 136 173 118 0.21 0 0.32 0.32 100.36 0.25 0.57
Hex 88 AD 76 15 0 20 20 64 19 39
Octal 210 255 166 25 0 40 40 144 31 71
Binary 10001000 10101101 1110110 10101 0 100000 100000 1100100 11001 111001

Color Harmonies of #88AD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AD76

Black with #88AD76

Text Example


Text Example

White with #88AD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,173,118); }

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

background-color css

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

 a { background-color: rgb(136,173,118); }

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

border-color css

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

 span { border-color: rgb(136,173,118); }

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