Html Css Color HEX #8C9F7E Amulet

📋 copy color: '#8C9F7E'

red 140 ◦ green 159 ◦ blue 126

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

Shades of Amulet #8C9F7E

Tints of Amulet #8C9F7E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.41%

 BLUE value IS 126 (49.61% from 255) = 29.65%

R = 32.94%
G = 37.41%
B = 29.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#8C9F7E (or 0x8C9F7E) is known color: Amulet. HEX triplet: 8C, 9F and 7E. RGB value is (140,159,126). Sum of RGB (Red+Green+Blue) = 140+159+126=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9F7E is #736081. Grayscale: #959595. Windows color (decimal): -7561346 or 8298380. OLE color: 8298380.

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

Color convert

RGB 140 159 126 -
CMYK 0.12 0 0.21 0.38
HSL 94.55º 0.15% 0.56% -
HSV(B) 94.55º 0.21% 0.62% -
XYZ 26.98 31.88 24.47 -
YUV 149.56 114.71 121.18 -
System Red Green Blue C M Y K H S L
Decimal 140 159 126 0.12 0 0.21 0.38 94.55 0.15 0.56
Hex 8C 9F 7E C 0 15 26 5F F 38
Octal 214 237 176 14 0 25 46 137 17 70
Binary 10001100 10011111 1111110 1100 0 10101 100110 1011111 1111 111000

Color Harmonies of #8C9F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9F7E

Black with #8C9F7E

Text Example


Text Example

White with #8C9F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,159,126); }

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

background-color css

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

 a { background-color: rgb(140,159,126); }

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

border-color css

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

 span { border-color: rgb(140,159,126); }

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