Html Css Color HEX #76AA64 Amulet

📋 copy color: '#76AA64'

red 118 ◦ green 170 ◦ blue 100

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

Shades of Amulet #76AA64

Tints of Amulet #76AA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.77%

R = 30.41%
G = 43.81%
B = 25.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#76AA64 (or 0x76AA64) is known color: Amulet. HEX triplet: 76, AA and 64. RGB value is (118,170,100). Sum of RGB (Red+Green+Blue) = 118+170+100=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AA64 is #89559B. Grayscale: #929292. Windows color (decimal): -9000348 or 6597238. OLE color: 6597238.

HSL color Cylindrical-coordinate representation of color #76AA64: hue angle of 104.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76AA64 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 170 100 -
CMYK 0.31 0 0.41 0.33
HSL 104.57º 0.29% 0.53% -
HSV(B) 104.57º 0.41% 0.67% -
XYZ 24.15 33.52 17.25 -
YUV 146.47 101.77 107.69 -
System Red Green Blue C M Y K H S L
Decimal 118 170 100 0.31 0 0.41 0.33 104.57 0.29 0.53
Hex 76 AA 64 1F 0 29 21 69 1D 35
Octal 166 252 144 37 0 51 41 151 35 65
Binary 1110110 10101010 1100100 11111 0 101001 100001 1101001 11101 110101

Color Harmonies of #76AA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AA64

Black with #76AA64

Text Example


Text Example

White with #76AA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,170,100); }

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

background-color css

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

 a { background-color: rgb(118,170,100); }

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

border-color css

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

 span { border-color: rgb(118,170,100); }

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