Html Css Color HEX #88A670 Amulet

📋 copy color: '#88A670'

red 136 ◦ green 166 ◦ blue 112

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

Shades of Amulet #88A670

Tints of Amulet #88A670

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.1%

 BLUE value IS 112 (44.14% from 255) = 27.05%

R = 32.85%
G = 40.1%
B = 27.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#88A670 (or 0x88A670) is known color: Amulet. HEX triplet: 88, A6 and 70. RGB value is (136,166,112). Sum of RGB (Red+Green+Blue) = 136+166+112=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 166 - color contains mainly: green. Hex color #88A670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A670 is #77598F. Grayscale: #979797. Windows color (decimal): -7821712 or 7382664. OLE color: 7382664.

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

Color convert

RGB 136 166 112 -
CMYK 0.18 0 0.33 0.35
HSL 93.33º 0.23% 0.55% -
HSV(B) 93.33º 0.33% 0.65% -
XYZ 26.71 33.68 20.42 -
YUV 150.87 106.06 117.39 -
System Red Green Blue C M Y K H S L
Decimal 136 166 112 0.18 0 0.33 0.35 93.33 0.23 0.55
Hex 88 A6 70 12 0 21 23 5D 17 37
Octal 210 246 160 22 0 41 43 135 27 67
Binary 10001000 10100110 1110000 10010 0 100001 100011 1011101 10111 110111

Color Harmonies of #88A670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A670

Black with #88A670

Text Example


Text Example

White with #88A670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,166,112); }

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

background-color css

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

 a { background-color: rgb(136,166,112); }

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

border-color css

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

 span { border-color: rgb(136,166,112); }

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