Html Css Color HEX #8A9B7F Amulet

📋 copy color: '#8A9B7F'

red 138 ◦ green 155 ◦ blue 127

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

Shades of Amulet #8A9B7F

Tints of Amulet #8A9B7F

RGB

 RED value IS 138 (54.3% from 255) = 32.86%

 GREEN value IS 155 (60.94% from 255) = 36.9%

 BLUE value IS 127 (50% from 255) = 30.24%

R = 32.86%
G = 36.9%
B = 30.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#8A9B7F (or 0x8A9B7F) is known color: Amulet. HEX triplet: 8A, 9B and 7F. RGB value is (138,155,127). Sum of RGB (Red+Green+Blue) = 138+155+127=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9B7F is #756480. Grayscale: #929292. Windows color (decimal): -7693441 or 8362890. OLE color: 8362890.

HSL color Cylindrical-coordinate representation of color #8A9B7F: hue angle of 96.43º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A9B7F is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 155 127 -
CMYK 0.11 0 0.18 0.39
HSL 96.43º 0.12% 0.55% -
HSV(B) 96.43º 0.18% 0.61% -
XYZ 26.03 30.38 24.57 -
YUV 146.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 138 155 127 0.11 0 0.18 0.39 96.43 0.12 0.55
Hex 8A 9B 7F B 0 12 27 60 C 37
Octal 212 233 177 13 0 22 47 140 14 67
Binary 10001010 10011011 1111111 1011 0 10010 100111 1100000 1100 110111

Color Harmonies of #8A9B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9B7F

Black with #8A9B7F

Text Example


Text Example

White with #8A9B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,155,127); }

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

background-color css

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

 a { background-color: rgb(138,155,127); }

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

border-color css

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

 span { border-color: rgb(138,155,127); }

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