Html Css Color HEX #7FAE77 Amulet

📋 copy color: '#7FAE77'

red 127 ◦ green 174 ◦ blue 119

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

Shades of Amulet #7FAE77

Tints of Amulet #7FAE77

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.43%

 BLUE value IS 119 (46.88% from 255) = 28.33%

R = 30.24%
G = 41.43%
B = 28.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#7FAE77 (or 0x7FAE77) is known color: Amulet. HEX triplet: 7F, AE and 77. RGB value is (127,174,119). Sum of RGB (Red+Green+Blue) = 127+174+119=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAE77 is #805188. Grayscale: #999999. Windows color (decimal): -8409481 or 7843455. OLE color: 7843455.

HSL color Cylindrical-coordinate representation of color #7FAE77: hue angle of 111.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FAE77 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 174 119 -
CMYK 0.27 0 0.32 0.32
HSL 111.27º 0.25% 0.57% -
HSV(B) 111.27º 0.32% 0.68% -
XYZ 27.22 36.12 22.99 -
YUV 153.68 108.43 108.97 -
System Red Green Blue C M Y K H S L
Decimal 127 174 119 0.27 0 0.32 0.32 111.27 0.25 0.57
Hex 7F AE 77 1B 0 20 20 6F 19 39
Octal 177 256 167 33 0 40 40 157 31 71
Binary 1111111 10101110 1110111 11011 0 100000 100000 1101111 11001 111001

Color Harmonies of #7FAE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAE77

Black with #7FAE77

Text Example


Text Example

White with #7FAE77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,174,119); }

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

background-color css

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

 a { background-color: rgb(127,174,119); }

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

border-color css

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

 span { border-color: rgb(127,174,119); }

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