Html Css Color HEX #8A9A7F Amulet

📋 copy color: '#8A9A7F'

red 138 ◦ green 154 ◦ blue 127

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

Shades of Amulet #8A9A7F

Tints of Amulet #8A9A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.75%

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

R = 32.94%
G = 36.75%
B = 30.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#8A9A7F (or 0x8A9A7F) is known color: Amulet. HEX triplet: 8A, 9A and 7F. RGB value is (138,154,127). Sum of RGB (Red+Green+Blue) = 138+154+127=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 154 - color contains mainly: green. Hex color #8A9A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9A7F is #756580. Grayscale: #929292. Windows color (decimal): -7693697 or 8362634. OLE color: 8362634.

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

Color convert

RGB 138 154 127 -
CMYK 0.10 0 0.18 0.40
HSL 95.56º 0.12% 0.55% -
HSV(B) 95.56º 0.18% 0.6% -
XYZ 25.87 30.05 24.51 -
YUV 146.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 138 154 127 0.10 0 0.18 0.40 95.56 0.12 0.55
Hex 8A 9A 7F A 0 12 28 60 C 37
Octal 212 232 177 12 0 22 50 140 14 67
Binary 10001010 10011010 1111111 1010 0 10010 101000 1100000 1100 110111

Color Harmonies of #8A9A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9A7F

Black with #8A9A7F

Text Example


Text Example

White with #8A9A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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