Html Css Color HEX #7FAC76 Amulet

📋 copy color: '#7FAC76'

red 127 ◦ green 172 ◦ blue 118

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

Shades of Amulet #7FAC76

Tints of Amulet #7FAC76

RGB

 RED value IS 127 (50% from 255) = 30.46%

 GREEN value IS 172 (67.58% from 255) = 41.25%

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

R = 30.46%
G = 41.25%
B = 28.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#7FAC76 (or 0x7FAC76) is known color: Amulet. HEX triplet: 7F, AC and 76. RGB value is (127,172,118). Sum of RGB (Red+Green+Blue) = 127+172+118=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAC76 is #805389. Grayscale: #989898. Windows color (decimal): -8409994 or 7777407. OLE color: 7777407.

HSL color Cylindrical-coordinate representation of color #7FAC76: hue angle of 110º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FAC76 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 172 118 -
CMYK 0.26 0 0.31 0.33
HSL 110º 0.25% 0.57% -
HSV(B) 110º 0.31% 0.67% -
XYZ 26.77 35.33 22.55 -
YUV 152.39 108.59 109.89 -
System Red Green Blue C M Y K H S L
Decimal 127 172 118 0.26 0 0.31 0.33 110 0.25 0.57
Hex 7F AC 76 1A 0 1F 21 6E 19 39
Octal 177 254 166 32 0 37 41 156 31 71
Binary 1111111 10101100 1110110 11010 0 11111 100001 1101110 11001 111001

Color Harmonies of #7FAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAC76

Black with #7FAC76

Text Example


Text Example

White with #7FAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FAC76; }

 p { color: rgb(127,172,118); }

 H1.HeaderClassName
 {
   color: #7FAC76;
 }
 .AnyTagClassName
 {
   color: #7FAC76;
 }
</style>

background-color css

<style>
 a { background-color: #7FAC76; }

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

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

border-color css

<style>
 span { border-color: #7FAC76; }

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

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