Html Css Color HEX #76A064 Amulet

📋 copy color: '#76A064'

red 118 ◦ green 160 ◦ blue 100

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

Shades of Amulet #76A064

Tints of Amulet #76A064

RGB

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

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

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

R = 31.22%
G = 42.33%
B = 26.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#76A064 (or 0x76A064) is known color: Amulet. HEX triplet: 76, A0 and 64. RGB value is (118,160,100). Sum of RGB (Red+Green+Blue) = 118+160+100=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 160 - color contains mainly: green. Hex color #76A064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A064 is #895F9B. Grayscale: #8C8C8C. Windows color (decimal): -9002908 or 6594678. OLE color: 6594678.

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

Color convert

RGB 118 160 100 -
CMYK 0.26 0 0.38 0.37
HSL 102º 0.24% 0.51% -
HSV(B) 102º 0.38% 0.63% -
XYZ 22.34 29.91 16.65 -
YUV 140.6 105.09 111.88 -
System Red Green Blue C M Y K H S L
Decimal 118 160 100 0.26 0 0.38 0.37 102 0.24 0.51
Hex 76 A0 64 1A 0 26 25 66 18 33
Octal 166 240 144 32 0 46 45 146 30 63
Binary 1110110 10100000 1100100 11010 0 100110 100101 1100110 11000 110011

Color Harmonies of #76A064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A064

Black with #76A064

Text Example


Text Example

White with #76A064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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