Html Css Color HEX #7FB271 Amulet

📋 copy color: '#7FB271'

red 127 ◦ green 178 ◦ blue 113

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

Shades of Amulet #7FB271

Tints of Amulet #7FB271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.58%

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

R = 30.38%
G = 42.58%
B = 27.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#7FB271 (or 0x7FB271) is known color: Amulet. HEX triplet: 7F, B2 and 71. RGB value is (127,178,113). Sum of RGB (Red+Green+Blue) = 127+178+113=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB271 is #804D8E. Grayscale: #9B9B9B. Windows color (decimal): -8408463 or 7451263. OLE color: 7451263.

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

Color convert

RGB 127 178 113 -
CMYK 0.29 0 0.37 0.30
HSL 107.08º 0.3% 0.57% -
HSV(B) 107.08º 0.37% 0.7% -
XYZ 27.65 37.55 21.41 -
YUV 155.34 104.1 107.79 -
System Red Green Blue C M Y K H S L
Decimal 127 178 113 0.29 0 0.37 0.30 107.08 0.3 0.57
Hex 7F B2 71 1D 0 25 1E 6B 1E 39
Octal 177 262 161 35 0 45 36 153 36 71
Binary 1111111 10110010 1110001 11101 0 100101 11110 1101011 11110 111001

Color Harmonies of #7FB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB271

Black with #7FB271

Text Example


Text Example

White with #7FB271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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