Html Css Color HEX #76AD6A Amulet

📋 copy color: '#76AD6A'

red 118 ◦ green 173 ◦ blue 106

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

Shades of Amulet #76AD6A

Tints of Amulet #76AD6A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.58%

 BLUE value IS 106 (41.8% from 255) = 26.7%

R = 29.72%
G = 43.58%
B = 26.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#76AD6A (or 0x76AD6A) is known color: Amulet. HEX triplet: 76, AD and 6A. RGB value is (118,173,106). Sum of RGB (Red+Green+Blue) = 118+173+106=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AD6A is #895295. Grayscale: #959595. Windows color (decimal): -8999574 or 6991222. OLE color: 6991222.

HSL color Cylindrical-coordinate representation of color #76AD6A: hue angle of 109.25º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76AD6A is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 173 106 -
CMYK 0.32 0 0.39 0.32
HSL 109.25º 0.29% 0.55% -
HSV(B) 109.25º 0.39% 0.68% -
XYZ 25.02 34.78 19.03 -
YUV 148.92 103.78 105.95 -
System Red Green Blue C M Y K H S L
Decimal 118 173 106 0.32 0 0.39 0.32 109.25 0.29 0.55
Hex 76 AD 6A 20 0 27 20 6D 1D 37
Octal 166 255 152 40 0 47 40 155 35 67
Binary 1110110 10101101 1101010 100000 0 100111 100000 1101101 11101 110111

Color Harmonies of #76AD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AD6A

Black with #76AD6A

Text Example


Text Example

White with #76AD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,173,106); }

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

background-color css

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

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

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

border-color css

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

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

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