#8CA87A

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

Shades of Amulet #8CA87A

Tints of Amulet #8CA87A

Color information

#8CA87A (or 0x8CA87A) is unknown color: approx Amulet. HEX triplet: 8C, A8 and 7A. RGB value is (140,168,122). Sum of RGB (Red+Green+Blue) = 140+168+122=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA87A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA87A is #735785. Grayscale: #9A9A9A. Windows color (decimal): -7559046 or 8038540. OLE color: 8038540.

HSL color Cylindrical-coordinate representation of color #8CA87A: hue angle of 96.52º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CA87A is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB140168122-
CMYK0.1700.270.34
HSL96.52º20.91%56.86%-
HSV(B)96.52º27.38%65.88%-
XYZ28.3334.9923.67-
YUV154.38109.72117.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.56%
GREEN value IS 168 (66.02% from 255) = 39.07%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=32.56%
G=39.07%
B=28.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1401681220.1700.270.3496.5220.9156.86
Hex8CA87A1101B22611539
Octal21425017221033421412571
Binary1000110010101000111101010001011011100010110000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CA87A; }

 p { color: rgb(140,168,122); }

 H1.HeaderClassName
 {
   color: #8CA87A;
 }
 .AnyTagClassName
 {
   color: #8CA87A;
 }
</style>
background-color css

<style>
 a { background-color: #8CA87A; }

 a { background-color: rgb(140,168,122); }

 div.DivClassName
 {
   background-color: #8CA87A;
 }
 .BgClassName
 {
   background-color: #8CA87A;
 }
</style>
border-color css

<style>
 span { border-color: #8CA87A; }

 span { border-color: rgb(140,168,122); }

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