Html Css Color HEX #7FB171 Amulet

📋 copy color: '#7FB171'

red 127 ◦ green 177 ◦ blue 113

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

Shades of Amulet #7FB171

Tints of Amulet #7FB171

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.45%

 BLUE value IS 113 (44.53% from 255) = 27.1%

R = 30.46%
G = 42.45%
B = 27.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#7FB171 (or 0x7FB171) is known color: Amulet. HEX triplet: 7F, B1 and 71. RGB value is (127,177,113). Sum of RGB (Red+Green+Blue) = 127+177+113=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB171 is #804E8E. Grayscale: #9A9A9A. Windows color (decimal): -8408719 or 7451007. OLE color: 7451007.

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

Color convert

RGB 127 177 113 -
CMYK 0.28 0 0.36 0.31
HSL 106.88º 0.29% 0.57% -
HSV(B) 106.88º 0.36% 0.69% -
XYZ 27.46 37.15 21.35 -
YUV 154.75 104.44 108.2 -
System Red Green Blue C M Y K H S L
Decimal 127 177 113 0.28 0 0.36 0.31 106.88 0.29 0.57
Hex 7F B1 71 1C 0 24 1F 6B 1D 39
Octal 177 261 161 34 0 44 37 153 35 71
Binary 1111111 10110001 1110001 11100 0 100100 11111 1101011 11101 111001

Color Harmonies of #7FB171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB171

Black with #7FB171

Text Example


Text Example

White with #7FB171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,177,113); }

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

background-color css

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

 a { background-color: rgb(127,177,113); }

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

border-color css

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

 span { border-color: rgb(127,177,113); }

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