Html Css Color HEX #7FA57A Amulet

📋 copy color: '#7FA57A'

red 127 ◦ green 165 ◦ blue 122

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

Shades of Amulet #7FA57A

Tints of Amulet #7FA57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.47%

R = 30.68%
G = 39.86%
B = 29.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#7FA57A (or 0x7FA57A) is known color: Amulet. HEX triplet: 7F, A5 and 7A. RGB value is (127,165,122). Sum of RGB (Red+Green+Blue) = 127+165+122=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA57A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA57A is #805A85. Grayscale: #949494. Windows color (decimal): -8411782 or 8037759. OLE color: 8037759.

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

Color convert

RGB 127 165 122 -
CMYK 0.23 0 0.26 0.35
HSL 113.02º 0.19% 0.56% -
HSV(B) 113.02º 0.26% 0.65% -
XYZ 25.72 32.83 23.39 -
YUV 148.74 112.91 112.5 -
System Red Green Blue C M Y K H S L
Decimal 127 165 122 0.23 0 0.26 0.35 113.02 0.19 0.56
Hex 7F A5 7A 17 0 1A 23 71 13 38
Octal 177 245 172 27 0 32 43 161 23 70
Binary 1111111 10100101 1111010 10111 0 11010 100011 1110001 10011 111000

Color Harmonies of #7FA57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA57A

Black with #7FA57A

Text Example


Text Example

White with #7FA57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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