#8CA275

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

Shades of Amulet #8CA275

Tints of Amulet #8CA275

Color information

#8CA275 (or 0x8CA275) is unknown color: approx Amulet. HEX triplet: 8C, A2 and 75. RGB value is (140,162,117). Sum of RGB (Red+Green+Blue) = 140+162+117=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA275 is #735D8A. Grayscale: #969696. Windows color (decimal): -7560587 or 7709324. OLE color: 7709324.

HSL color Cylindrical-coordinate representation of color #8CA275: hue angle of 89.33º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CA275 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB140162117-
CMYK0.1400.280.36
HSL89.33º19.48%54.71%-
HSV(B)89.33º27.78%63.53%-
XYZ26.9532.721.72-
YUV150.29109.21120.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.41%
GREEN value IS 162 (63.67% from 255) = 38.66%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=33.41%
G=38.66%
B=27.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401621170.1400.280.3689.3319.4854.71
Hex8CA275E01C24591337
Octal21424216516034441312367
Binary100011001010001011101011110011100100100101100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,162,117); }

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

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

 a { background-color: rgb(140,162,117); }

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

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

 span { border-color: rgb(140,162,117); }

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