Html Css Color HEX #7FB473 Amulet

📋 copy color: '#7FB473'

red 127 ◦ green 180 ◦ blue 115

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

Shades of Amulet #7FB473

Tints of Amulet #7FB473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.25%

R = 30.09%
G = 42.65%
B = 27.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#7FB473 (or 0x7FB473) is known color: Amulet. HEX triplet: 7F, B4 and 73. RGB value is (127,180,115). Sum of RGB (Red+Green+Blue) = 127+180+115=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB473 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB473 is #804B8C. Grayscale: #9C9C9C. Windows color (decimal): -8407949 or 7582847. OLE color: 7582847.

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

Color convert

RGB 127 180 115 -
CMYK 0.29 0 0.36 0.29
HSL 108.92º 0.3% 0.58% -
HSV(B) 108.92º 0.36% 0.71% -
XYZ 28.17 38.39 22.15 -
YUV 156.74 104.44 106.79 -
System Red Green Blue C M Y K H S L
Decimal 127 180 115 0.29 0 0.36 0.29 108.92 0.3 0.58
Hex 7F B4 73 1D 0 24 1D 6D 1E 3A
Octal 177 264 163 35 0 44 35 155 36 72
Binary 1111111 10110100 1110011 11101 0 100100 11101 1101101 11110 111010

Color Harmonies of #7FB473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB473

Black with #7FB473

Text Example


Text Example

White with #7FB473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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