Html Css Color HEX #8C9E7C Amulet

📋 copy color: '#8C9E7C'

red 140 ◦ green 158 ◦ blue 124

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

Shades of Amulet #8C9E7C

Tints of Amulet #8C9E7C

RGB

 RED value IS 140 (55.08% from 255) = 33.18%

 GREEN value IS 158 (62.11% from 255) = 37.44%

 BLUE value IS 124 (48.83% from 255) = 29.38%

R = 33.18%
G = 37.44%
B = 29.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#8C9E7C (or 0x8C9E7C) is known color: Amulet. HEX triplet: 8C, 9E and 7C. RGB value is (140,158,124). Sum of RGB (Red+Green+Blue) = 140+158+124=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 158 - color contains mainly: green. Hex color #8C9E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9E7C is #736183. Grayscale: #949494. Windows color (decimal): -7561604 or 8167052. OLE color: 8167052.

HSL color Cylindrical-coordinate representation of color #8C9E7C: hue angle of 91.76º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C9E7C is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 158 124 -
CMYK 0.11 0 0.22 0.38
HSL 91.76º 0.15% 0.55% -
HSV(B) 91.76º 0.22% 0.62% -
XYZ 26.68 31.48 23.74 -
YUV 148.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 140 158 124 0.11 0 0.22 0.38 91.76 0.15 0.55
Hex 8C 9E 7C B 0 16 26 5C F 37
Octal 214 236 174 13 0 26 46 134 17 67
Binary 10001100 10011110 1111100 1011 0 10110 100110 1011100 1111 110111

Color Harmonies of #8C9E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9E7C

Black with #8C9E7C

Text Example


Text Example

White with #8C9E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,158,124); }

 H1.HeaderClassName
 {
   color: #8C9E7C;
 }
 .AnyTagClassName
 {
   color: #8C9E7C;
 }
</style>

background-color css

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

 a { background-color: rgb(140,158,124); }

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

border-color css

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

 span { border-color: rgb(140,158,124); }

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