Html Css Color HEX #7FA47D Amulet

📋 copy color: '#7FA47D'

red 127 ◦ green 164 ◦ blue 125

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

Shades of Amulet #7FA47D

Tints of Amulet #7FA47D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.42%

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 30.53%
G = 39.42%
B = 30.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#7FA47D (or 0x7FA47D) is known color: Amulet. HEX triplet: 7F, A4 and 7D. RGB value is (127,164,125). Sum of RGB (Red+Green+Blue) = 127+164+125=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA47D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA47D is #805B82. Grayscale: #949494. Windows color (decimal): -8412035 or 8234111. OLE color: 8234111.

HSL color Cylindrical-coordinate representation of color #7FA47D: hue angle of 116.92º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7FA47D is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 164 125 -
CMYK 0.23 0 0.24 0.36
HSL 116.92º 0.18% 0.57% -
HSV(B) 116.92º 0.24% 0.64% -
XYZ 25.73 32.54 24.33 -
YUV 148.49 114.74 112.67 -
System Red Green Blue C M Y K H S L
Decimal 127 164 125 0.23 0 0.24 0.36 116.92 0.18 0.57
Hex 7F A4 7D 17 0 18 24 75 12 39
Octal 177 244 175 27 0 30 44 165 22 71
Binary 1111111 10100100 1111101 10111 0 11000 100100 1110101 10010 111001

Color Harmonies of #7FA47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA47D

Black with #7FA47D

Text Example


Text Example

White with #7FA47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,164,125); }

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

background-color css

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

 a { background-color: rgb(127,164,125); }

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

border-color css

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

 span { border-color: rgb(127,164,125); }

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