Html Css Color HEX #7FB478 Amulet

📋 copy color: '#7FB478'

red 127 ◦ green 180 ◦ blue 120

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

Shades of Amulet #7FB478

Tints of Amulet #7FB478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.1%

R = 29.74%
G = 42.15%
B = 28.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#7FB478 (or 0x7FB478) is known color: Amulet. HEX triplet: 7F, B4 and 78. RGB value is (127,180,120). Sum of RGB (Red+Green+Blue) = 127+180+120=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB478 is #804B87. Grayscale: #9D9D9D. Windows color (decimal): -8407944 or 7910527. OLE color: 7910527.

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

Color convert

RGB 127 180 120 -
CMYK 0.29 0 0.33 0.29
HSL 113º 0.29% 0.59% -
HSV(B) 113º 0.33% 0.71% -
XYZ 28.46 38.51 23.7 -
YUV 157.31 106.94 106.38 -
System Red Green Blue C M Y K H S L
Decimal 127 180 120 0.29 0 0.33 0.29 113 0.29 0.59
Hex 7F B4 78 1D 0 21 1D 71 1D 3B
Octal 177 264 170 35 0 41 35 161 35 73
Binary 1111111 10110100 1111000 11101 0 100001 11101 1110001 11101 111011

Color Harmonies of #7FB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB478

Black with #7FB478

Text Example


Text Example

White with #7FB478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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