Html Css Color HEX #8C9F7C Amulet

📋 copy color: '#8C9F7C'

red 140 ◦ green 159 ◦ blue 124

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

Shades of Amulet #8C9F7C

Tints of Amulet #8C9F7C

RGB

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

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

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

R = 33.1%
G = 37.59%
B = 29.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#8C9F7C (or 0x8C9F7C) is known color: Amulet. HEX triplet: 8C, 9F and 7C. RGB value is (140,159,124). Sum of RGB (Red+Green+Blue) = 140+159+124=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9F7C is #736083. Grayscale: #959595. Windows color (decimal): -7561348 or 8167308. OLE color: 8167308.

HSL color Cylindrical-coordinate representation of color #8C9F7C: hue angle of 92.57º 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 #8C9F7C is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 159 124 -
CMYK 0.12 0 0.22 0.38
HSL 92.57º 0.15% 0.55% -
HSV(B) 92.57º 0.22% 0.62% -
XYZ 26.85 31.83 23.8 -
YUV 149.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 140 159 124 0.12 0 0.22 0.38 92.57 0.15 0.55
Hex 8C 9F 7C C 0 16 26 5D F 37
Octal 214 237 174 14 0 26 46 135 17 67
Binary 10001100 10011111 1111100 1100 0 10110 100110 1011101 1111 110111

Color Harmonies of #8C9F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9F7C

Black with #8C9F7C

Text Example


Text Example

White with #8C9F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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