Html Css Color HEX #7FAB73 Amulet

📋 copy color: '#7FAB73'

red 127 ◦ green 171 ◦ blue 115

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

Shades of Amulet #7FAB73

Tints of Amulet #7FAB73

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.4%

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

R = 30.75%
G = 41.4%
B = 27.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#7FAB73 (or 0x7FAB73) is known color: Amulet. HEX triplet: 7F, AB and 73. RGB value is (127,171,115). Sum of RGB (Red+Green+Blue) = 127+171+115=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAB73 is #80548C. Grayscale: #979797. Windows color (decimal): -8410253 or 7580543. OLE color: 7580543.

HSL color Cylindrical-coordinate representation of color #7FAB73: hue angle of 107.14º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FAB73 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 171 115 -
CMYK 0.26 0 0.33 0.33
HSL 107.14º 0.25% 0.56% -
HSV(B) 107.14º 0.33% 0.67% -
XYZ 26.41 34.88 21.56 -
YUV 151.46 107.42 110.55 -
System Red Green Blue C M Y K H S L
Decimal 127 171 115 0.26 0 0.33 0.33 107.14 0.25 0.56
Hex 7F AB 73 1A 0 21 21 6B 19 38
Octal 177 253 163 32 0 41 41 153 31 70
Binary 1111111 10101011 1110011 11010 0 100001 100001 1101011 11001 111000

Color Harmonies of #7FAB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAB73

Black with #7FAB73

Text Example


Text Example

White with #7FAB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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