Html Css Color HEX #76A276 Amulet

📋 copy color: '#76A276'

red 118 ◦ green 162 ◦ blue 118

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

Shades of Amulet #76A276

Tints of Amulet #76A276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.7%

 BLUE value IS 118 (46.48% from 255) = 29.65%

R = 29.65%
G = 40.7%
B = 29.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#76A276 (or 0x76A276) is known color: Amulet. HEX triplet: 76, A2 and 76. RGB value is (118,162,118). Sum of RGB (Red+Green+Blue) = 118+162+118=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #76A276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A276 is #895D89. Grayscale: #8F8F8F. Windows color (decimal): -9002378 or 7774838. OLE color: 7774838.

HSL color Cylindrical-coordinate representation of color #76A276: hue angle of 120º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76A276 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 162 118 -
CMYK 0.27 0 0.27 0.36
HSL 120º 0.19% 0.55% -
HSV(B) 120º 0.27% 0.64% -
XYZ 23.66 31 21.88 -
YUV 143.83 113.42 109.58 -
System Red Green Blue C M Y K H S L
Decimal 118 162 118 0.27 0 0.27 0.36 120 0.19 0.55
Hex 76 A2 76 1B 0 1B 24 78 13 37
Octal 166 242 166 33 0 33 44 170 23 67
Binary 1110110 10100010 1110110 11011 0 11011 100100 1111000 10011 110111

Color Harmonies of #76A276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A276

Black with #76A276

Text Example


Text Example

White with #76A276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,162,118); }

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

background-color css

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

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

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

border-color css

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

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

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