Html Css Color HEX #7FA050 Asparagus

📋 copy color: '#7FA050'

red 127 ◦ green 160 ◦ blue 80

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

Shades of Asparagus #7FA050

Tints of Asparagus #7FA050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.8%

R = 34.6%
G = 43.6%
B = 21.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#7FA050 (or 0x7FA050) is known color: Asparagus. HEX triplet: 7F, A0 and 50. RGB value is (127,160,80). Sum of RGB (Red+Green+Blue) = 127+160+80=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA050 is #805FAF. Grayscale: #8D8D8D. Windows color (decimal): -8413104 or 5283967. OLE color: 5283967.

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

Color convert

RGB 127 160 80 -
CMYK 0.21 0 0.5 0.37
HSL 84.75º 0.33% 0.47% -
HSV(B) 84.75º 0.5% 0.63% -
XYZ 22.77 30.23 12.22 -
YUV 141.01 93.57 118 -
System Red Green Blue C M Y K H S L
Decimal 127 160 80 0.21 0 0.5 0.37 84.75 0.33 0.47
Hex 7F A0 50 15 0 32 25 55 21 2F
Octal 177 240 120 25 0 62 45 125 41 57
Binary 1111111 10100000 1010000 10101 0 110010 100101 1010101 100001 101111

Color Harmonies of #7FA050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA050

Black with #7FA050

Text Example


Text Example

White with #7FA050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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