Html Css Color HEX #7FA07B Amulet

📋 copy color: '#7FA07B'

red 127 ◦ green 160 ◦ blue 123

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

Shades of Amulet #7FA07B

Tints of Amulet #7FA07B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.02%

 BLUE value IS 123 (48.44% from 255) = 30%

R = 30.98%
G = 39.02%
B = 30%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#7FA07B (or 0x7FA07B) is known color: Amulet. HEX triplet: 7F, A0 and 7B. RGB value is (127,160,123). Sum of RGB (Red+Green+Blue) = 127+160+123=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA07B is #805F84. Grayscale: #929292. Windows color (decimal): -8413061 or 8102015. OLE color: 8102015.

HSL color Cylindrical-coordinate representation of color #7FA07B: hue angle of 113.51º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7FA07B is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 127 160 123 -
CMYK 0.21 0 0.23 0.37
HSL 113.51º 0.16% 0.55% -
HSV(B) 113.51º 0.23% 0.63% -
XYZ 24.9 31.08 23.43 -
YUV 145.92 115.07 114.51 -
System Red Green Blue C M Y K H S L
Decimal 127 160 123 0.21 0 0.23 0.37 113.51 0.16 0.55
Hex 7F A0 7B 15 0 17 25 72 10 37
Octal 177 240 173 25 0 27 45 162 20 67
Binary 1111111 10100000 1111011 10101 0 10111 100101 1110010 10000 110111

Color Harmonies of #7FA07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA07B

Black with #7FA07B

Text Example


Text Example

White with #7FA07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,160,123); }

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

background-color css

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

 a { background-color: rgb(127,160,123); }

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

border-color css

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

 span { border-color: rgb(127,160,123); }

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