Html Css Color HEX #7FA770 Amulet

📋 copy color: '#7FA770'

red 127 ◦ green 167 ◦ blue 112

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

Shades of Amulet #7FA770

Tints of Amulet #7FA770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.13%

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

R = 31.28%
G = 41.13%
B = 27.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#7FA770 (or 0x7FA770) is known color: Amulet. HEX triplet: 7F, A7 and 70. RGB value is (127,167,112). Sum of RGB (Red+Green+Blue) = 127+167+112=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 167 - color contains mainly: green. Hex color #7FA770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA770 is #80588F. Grayscale: #949494. Windows color (decimal): -8411280 or 7382911. OLE color: 7382911.

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

Color convert

RGB 127 167 112 -
CMYK 0.24 0 0.33 0.35
HSL 103.64º 0.24% 0.55% -
HSV(B) 103.64º 0.33% 0.65% -
XYZ 25.5 33.32 20.42 -
YUV 148.77 107.25 112.47 -
System Red Green Blue C M Y K H S L
Decimal 127 167 112 0.24 0 0.33 0.35 103.64 0.24 0.55
Hex 7F A7 70 18 0 21 23 68 18 37
Octal 177 247 160 30 0 41 43 150 30 67
Binary 1111111 10100111 1110000 11000 0 100001 100011 1101000 11000 110111

Color Harmonies of #7FA770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA770

Black with #7FA770

Text Example


Text Example

White with #7FA770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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