Html Css Color HEX #76A06E Amulet

📋 copy color: '#76A06E'

red 118 ◦ green 160 ◦ blue 110

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

Shades of Amulet #76A06E

Tints of Amulet #76A06E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.24%

 BLUE value IS 110 (43.36% from 255) = 28.35%

R = 30.41%
G = 41.24%
B = 28.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#76A06E (or 0x76A06E) is known color: Amulet. HEX triplet: 76, A0 and 6E. RGB value is (118,160,110). Sum of RGB (Red+Green+Blue) = 118+160+110=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 160 - color contains mainly: green. Hex color #76A06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A06E is #895F91. Grayscale: #8D8D8D. Windows color (decimal): -9002898 or 7250038. OLE color: 7250038.

HSL color Cylindrical-coordinate representation of color #76A06E: hue angle of 110.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76A06E is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 160 110 -
CMYK 0.26 0 0.31 0.37
HSL 110.4º 0.21% 0.53% -
HSV(B) 110.4º 0.31% 0.63% -
XYZ 22.86 30.12 19.36 -
YUV 141.74 110.09 111.07 -
System Red Green Blue C M Y K H S L
Decimal 118 160 110 0.26 0 0.31 0.37 110.4 0.21 0.53
Hex 76 A0 6E 1A 0 1F 25 6E 15 35
Octal 166 240 156 32 0 37 45 156 25 65
Binary 1110110 10100000 1101110 11010 0 11111 100101 1101110 10101 110101

Color Harmonies of #76A06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A06E

Black with #76A06E

Text Example


Text Example

White with #76A06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,160,110); }

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

background-color css

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

 a { background-color: rgb(118,160,110); }

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

border-color css

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

 span { border-color: rgb(118,160,110); }

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