Html Css Color HEX #7FA570 Amulet

📋 copy color: '#7FA570'

red 127 ◦ green 165 ◦ blue 112

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

Shades of Amulet #7FA570

Tints of Amulet #7FA570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.84%

 BLUE value IS 112 (44.14% from 255) = 27.72%

R = 31.44%
G = 40.84%
B = 27.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#7FA570 (or 0x7FA570) is known color: Amulet. HEX triplet: 7F, A5 and 70. RGB value is (127,165,112). Sum of RGB (Red+Green+Blue) = 127+165+112=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA570 is #805A8F. Grayscale: #939393. Windows color (decimal): -8411792 or 7382399. OLE color: 7382399.

HSL color Cylindrical-coordinate representation of color #7FA570: hue angle of 103.02º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FA570 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 165 112 -
CMYK 0.23 0 0.32 0.35
HSL 103.02º 0.23% 0.54% -
HSV(B) 103.02º 0.32% 0.65% -
XYZ 25.13 32.59 20.3 -
YUV 147.6 107.91 113.31 -
System Red Green Blue C M Y K H S L
Decimal 127 165 112 0.23 0 0.32 0.35 103.02 0.23 0.54
Hex 7F A5 70 17 0 20 23 67 17 36
Octal 177 245 160 27 0 40 43 147 27 66
Binary 1111111 10100101 1110000 10111 0 100000 100011 1100111 10111 110110

Color Harmonies of #7FA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA570

Black with #7FA570

Text Example


Text Example

White with #7FA570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,165,112); }

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

background-color css

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

 a { background-color: rgb(127,165,112); }

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

border-color css

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

 span { border-color: rgb(127,165,112); }

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