Html Css Color HEX #76A170 Amulet

📋 copy color: '#76A170'

red 118 ◦ green 161 ◦ blue 112

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

Shades of Amulet #76A170

Tints of Amulet #76A170

RGB

 RED value IS 118 (46.48% from 255) = 30.18%

 GREEN value IS 161 (63.28% from 255) = 41.18%

 BLUE value IS 112 (44.14% from 255) = 28.64%

R = 30.18%
G = 41.18%
B = 28.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#76A170 (or 0x76A170) is known color: Amulet. HEX triplet: 76, A1 and 70. RGB value is (118,161,112). Sum of RGB (Red+Green+Blue) = 118+161+112=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 161 - color contains mainly: green. Hex color #76A170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A170 is #895E8F. Grayscale: #8E8E8E. Windows color (decimal): -9002640 or 7381366. OLE color: 7381366.

HSL color Cylindrical-coordinate representation of color #76A170: hue angle of 112.65º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76A170 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 161 112 -
CMYK 0.27 0 0.30 0.37
HSL 112.65º 0.21% 0.54% -
HSV(B) 112.65º 0.3% 0.63% -
XYZ 23.14 30.51 20 -
YUV 142.56 110.75 110.48 -
System Red Green Blue C M Y K H S L
Decimal 118 161 112 0.27 0 0.30 0.37 112.65 0.21 0.54
Hex 76 A1 70 1B 0 1E 25 71 15 36
Octal 166 241 160 33 0 36 45 161 25 66
Binary 1110110 10100001 1110000 11011 0 11110 100101 1110001 10101 110110

Color Harmonies of #76A170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A170

Black with #76A170

Text Example


Text Example

White with #76A170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A170; }

 p { color: rgb(118,161,112); }

 H1.HeaderClassName
 {
   color: #76A170;
 }
 .AnyTagClassName
 {
   color: #76A170;
 }
</style>

background-color css

<style>
 a { background-color: #76A170; }

 a { background-color: rgb(118,161,112); }

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

border-color css

<style>
 span { border-color: #76A170; }

 span { border-color: rgb(118,161,112); }

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