Html Css Color HEX #7FB476 Amulet

📋 copy color: '#7FB476'

red 127 ◦ green 180 ◦ blue 118

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

Shades of Amulet #7FB476

Tints of Amulet #7FB476

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.35%

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

R = 29.88%
G = 42.35%
B = 27.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#7FB476 (or 0x7FB476) is known color: Amulet. HEX triplet: 7F, B4 and 76. RGB value is (127,180,118). Sum of RGB (Red+Green+Blue) = 127+180+118=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB476 is #804B89. Grayscale: #9D9D9D. Windows color (decimal): -8407946 or 7779455. OLE color: 7779455.

HSL color Cylindrical-coordinate representation of color #7FB476: hue angle of 111.29º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FB476 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 180 118 -
CMYK 0.29 0 0.34 0.29
HSL 111.29º 0.29% 0.58% -
HSV(B) 111.29º 0.34% 0.71% -
XYZ 28.34 38.46 23.07 -
YUV 157.09 105.94 106.54 -
System Red Green Blue C M Y K H S L
Decimal 127 180 118 0.29 0 0.34 0.29 111.29 0.29 0.58
Hex 7F B4 76 1D 0 22 1D 6F 1D 3A
Octal 177 264 166 35 0 42 35 157 35 72
Binary 1111111 10110100 1110110 11101 0 100010 11101 1101111 11101 111010

Color Harmonies of #7FB476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB476

Black with #7FB476

Text Example


Text Example

White with #7FB476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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