#7FA252

Color #7FA252 Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #7FA252

Tints of Asparagus #7FA252

Color information

#7FA252 (or 0x7FA252) is unknown color: approx Asparagus. HEX triplet: 7F, A2 and 52. RGB value is (127,162,82). Sum of RGB (Red+Green+Blue) = 127+162+82=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA252 is #805DAD. Grayscale: #8E8E8E. Windows color (decimal): -8412590 or 5415551. OLE color: 5415551.

HSL color Cylindrical-coordinate representation of color #7FA252: hue angle of 86.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FA252 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB12716282-
CMYK0.2200.490.36
HSL86.25º32.79%47.84%-
HSV(B)86.25º49.38%63.53%-
XYZ23.230.9612.74-
YUV142.4293.9117-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.23%
GREEN value IS 162 (63.67% from 255) = 43.67%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=34.23%
G=43.67%
B=22.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal127162820.2200.490.3686.2532.7947.84
Hex7FA2521603124562130
Octal17724212226061441264160
Binary11111111010001010100101011001100011001001010110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,162,82); }

 H1.HeaderClassName
 {
   color: #7FA252;
 }
 .AnyTagClassName
 {
   color: #7FA252;
 }
</style>
background-color css

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

 a { background-color: rgb(127,162,82); }

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

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

 span { border-color: rgb(127,162,82); }

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