Html Css Color HEX #7FB576 Amulet

📋 copy color: '#7FB576'

red 127 ◦ green 181 ◦ blue 118

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

Shades of Amulet #7FB576

Tints of Amulet #7FB576

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.49%

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

R = 29.81%
G = 42.49%
B = 27.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#7FB576 (or 0x7FB576) is known color: Amulet. HEX triplet: 7F, B5 and 76. RGB value is (127,181,118). Sum of RGB (Red+Green+Blue) = 127+181+118=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB576 is #804A89. Grayscale: #9D9D9D. Windows color (decimal): -8407690 or 7779711. OLE color: 7779711.

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

Color convert

RGB 127 181 118 -
CMYK 0.30 0 0.35 0.29
HSL 111.43º 0.3% 0.59% -
HSV(B) 111.43º 0.35% 0.71% -
XYZ 28.55 38.87 23.14 -
YUV 157.67 105.61 106.12 -
System Red Green Blue C M Y K H S L
Decimal 127 181 118 0.30 0 0.35 0.29 111.43 0.3 0.59
Hex 7F B5 76 1E 0 23 1D 6F 1E 3B
Octal 177 265 166 36 0 43 35 157 36 73
Binary 1111111 10110101 1110110 11110 0 100011 11101 1101111 11110 111011

Color Harmonies of #7FB576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB576

Black with #7FB576

Text Example


Text Example

White with #7FB576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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