Html Css Color HEX #8CAA7B Amulet

📋 copy color: '#8CAA7B'

red 140 ◦ green 170 ◦ blue 123

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

Shades of Amulet #8CAA7B

Tints of Amulet #8CAA7B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.26%

 BLUE value IS 123 (48.44% from 255) = 28.41%

R = 32.33%
G = 39.26%
B = 28.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#8CAA7B (or 0x8CAA7B) is known color: Amulet. HEX triplet: 8C, AA and 7B. RGB value is (140,170,123). Sum of RGB (Red+Green+Blue) = 140+170+123=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA7B is #735584. Grayscale: #9B9B9B. Windows color (decimal): -7558533 or 8104588. OLE color: 8104588.

HSL color Cylindrical-coordinate representation of color #8CAA7B: hue angle of 98.3º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CAA7B is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 170 123 -
CMYK 0.18 0 0.28 0.33
HSL 98.3º 0.22% 0.57% -
HSV(B) 98.3º 0.28% 0.67% -
XYZ 28.77 35.75 24.12 -
YUV 155.67 109.56 116.82 -
System Red Green Blue C M Y K H S L
Decimal 140 170 123 0.18 0 0.28 0.33 98.3 0.22 0.57
Hex 8C AA 7B 12 0 1C 21 62 16 39
Octal 214 252 173 22 0 34 41 142 26 71
Binary 10001100 10101010 1111011 10010 0 11100 100001 1100010 10110 111001

Color Harmonies of #8CAA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA7B

Black with #8CAA7B

Text Example


Text Example

White with #8CAA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,170,123); }

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

background-color css

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

 a { background-color: rgb(140,170,123); }

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

border-color css

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

 span { border-color: rgb(140,170,123); }

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