Html Css Color HEX #7FB376 Amulet

📋 copy color: '#7FB376'

red 127 ◦ green 179 ◦ blue 118

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

Shades of Amulet #7FB376

Tints of Amulet #7FB376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.22%

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

R = 29.95%
G = 42.22%
B = 27.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#7FB376 (or 0x7FB376) is known color: Amulet. HEX triplet: 7F, B3 and 76. RGB value is (127,179,118). Sum of RGB (Red+Green+Blue) = 127+179+118=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB376 is #804C89. Grayscale: #9C9C9C. Windows color (decimal): -8408202 or 7779199. OLE color: 7779199.

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

Color convert

RGB 127 179 118 -
CMYK 0.29 0 0.34 0.30
HSL 111.15º 0.29% 0.58% -
HSV(B) 111.15º 0.34% 0.7% -
XYZ 28.14 38.06 23 -
YUV 156.5 106.27 106.96 -
System Red Green Blue C M Y K H S L
Decimal 127 179 118 0.29 0 0.34 0.30 111.15 0.29 0.58
Hex 7F B3 76 1D 0 22 1E 6F 1D 3A
Octal 177 263 166 35 0 42 36 157 35 72
Binary 1111111 10110011 1110110 11101 0 100010 11110 1101111 11101 111010

Color Harmonies of #7FB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB376

Black with #7FB376

Text Example


Text Example

White with #7FB376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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