Html Css Color HEX #7FA060 Asparagus

📋 copy color: '#7FA060'

red 127 ◦ green 160 ◦ blue 96

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

Shades of Asparagus #7FA060

Tints of Asparagus #7FA060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.07%

R = 33.16%
G = 41.78%
B = 25.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#7FA060 (or 0x7FA060) is known color: Asparagus. HEX triplet: 7F, A0 and 60. RGB value is (127,160,96). Sum of RGB (Red+Green+Blue) = 127+160+96=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA060 is #805F9F. Grayscale: #8F8F8F. Windows color (decimal): -8413088 or 6332543. OLE color: 6332543.

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

Color convert

RGB 127 160 96 -
CMYK 0.21 0 0.4 0.37
HSL 90.94º 0.25% 0.5% -
HSV(B) 90.94º 0.4% 0.63% -
XYZ 23.43 30.5 15.72 -
YUV 142.84 101.57 116.7 -
System Red Green Blue C M Y K H S L
Decimal 127 160 96 0.21 0 0.4 0.37 90.94 0.25 0.5
Hex 7F A0 60 15 0 28 25 5B 19 32
Octal 177 240 140 25 0 50 45 133 31 62
Binary 1111111 10100000 1100000 10101 0 101000 100101 1011011 11001 110010

Color Harmonies of #7FA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA060

Black with #7FA060

Text Example


Text Example

White with #7FA060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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