Html Css Color HEX #7FAF76 Amulet

📋 copy color: '#7FAF76'

red 127 ◦ green 175 ◦ blue 118

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

Shades of Amulet #7FAF76

Tints of Amulet #7FAF76

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.67%

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

R = 30.24%
G = 41.67%
B = 28.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#7FAF76 (or 0x7FAF76) is known color: Amulet. HEX triplet: 7F, AF and 76. RGB value is (127,175,118). Sum of RGB (Red+Green+Blue) = 127+175+118=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAF76 is #805089. Grayscale: #9A9A9A. Windows color (decimal): -8409226 or 7778175. OLE color: 7778175.

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

Color convert

RGB 127 175 118 -
CMYK 0.27 0 0.33 0.31
HSL 110.53º 0.26% 0.57% -
HSV(B) 110.53º 0.33% 0.69% -
XYZ 27.35 36.48 22.74 -
YUV 154.15 107.6 108.63 -
System Red Green Blue C M Y K H S L
Decimal 127 175 118 0.27 0 0.33 0.31 110.53 0.26 0.57
Hex 7F AF 76 1B 0 21 1F 6F 1A 39
Octal 177 257 166 33 0 41 37 157 32 71
Binary 1111111 10101111 1110110 11011 0 100001 11111 1101111 11010 111001

Color Harmonies of #7FAF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF76

Black with #7FAF76

Text Example


Text Example

White with #7FAF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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