Html Css Color HEX #76A066 Amulet

📋 copy color: '#76A066'

red 118 ◦ green 160 ◦ blue 102

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

Shades of Amulet #76A066

Tints of Amulet #76A066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.84%

R = 31.05%
G = 42.11%
B = 26.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#76A066 (or 0x76A066) is known color: Amulet. HEX triplet: 76, A0 and 66. RGB value is (118,160,102). Sum of RGB (Red+Green+Blue) = 118+160+102=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 160 - color contains mainly: green. Hex color #76A066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A066 is #895F99. Grayscale: #8D8D8D. Windows color (decimal): -9002906 or 6725750. OLE color: 6725750.

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

Color convert

RGB 118 160 102 -
CMYK 0.26 0 0.36 0.37
HSL 103.45º 0.23% 0.51% -
HSV(B) 103.45º 0.36% 0.63% -
XYZ 22.44 29.95 17.17 -
YUV 140.83 106.09 111.72 -
System Red Green Blue C M Y K H S L
Decimal 118 160 102 0.26 0 0.36 0.37 103.45 0.23 0.51
Hex 76 A0 66 1A 0 24 25 67 17 33
Octal 166 240 146 32 0 44 45 147 27 63
Binary 1110110 10100000 1100110 11010 0 100100 100101 1100111 10111 110011

Color Harmonies of #76A066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A066

Black with #76A066

Text Example


Text Example

White with #76A066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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