#88A670

Color #88A670 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #88A670

Tints of Amulet #88A670

Color information

#88A670 (or 0x88A670) is unknown color: approx 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

RGB136166112-
CMYK0.1800.330.35
HSL93.33º23.28%54.51%-
HSV(B)93.33º32.53%65.1%-
XYZ26.7133.6820.42-
YUV150.87106.06117.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.85%
GREEN value IS 166 (65.23% from 255) = 40.10%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=32.85%
G=40.10%
B=27.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1361661120.1800.330.3593.3323.2854.51
Hex88A67012021235d1737
Octal21024616022041431352767
Binary10001000101001101110000100100100001100011101110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>