#7AA35F

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

Shades of Asparagus #7AA35F

Tints of Asparagus #7AA35F

Color information

#7AA35F (or 0x7AA35F) is unknown color: approx Asparagus. HEX triplet: 7A, A3 and 5F. RGB value is (122,163,95). Sum of RGB (Red+Green+Blue) = 122+163+95=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA35F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA35F is #855CA0. Grayscale: #8F8F8F. Windows color (decimal): -8740001 or 6267770. OLE color: 6267770.

HSL color Cylindrical-coordinate representation of color #7AA35F: hue angle of 96.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AA35F is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB12216395-
CMYK0.2500.420.36
HSL96.18º26.98%50.59%-
HSV(B)96.18º41.72%63.92%-
XYZ23.1931.1615.62-
YUV142.99100.92113.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.11%
GREEN value IS 163 (64.06% from 255) = 42.89%
BLUE value IS 95 (37.5% from 255) = 25%
R=32.11%
G=42.89%
B=25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal122163950.2500.420.3696.1826.9850.59
Hex7AA35F1902A24601b33
Octal17224313731052441403363
Binary1111010101000111011111110010101010100100110000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,163,95); }

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

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

 a { background-color: rgb(122,163,95); }

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

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

 span { border-color: rgb(122,163,95); }

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