#7CA750

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

Shades of Asparagus #7CA750

Tints of Asparagus #7CA750

Color information

#7CA750 (or 0x7CA750) is unknown color: approx Asparagus. HEX triplet: 7C, A7 and 50. RGB value is (124,167,80). Sum of RGB (Red+Green+Blue) = 124+167+80=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #7CA750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA750 is #8358AF. Grayscale: #909090. Windows color (decimal): -8607920 or 5285756. OLE color: 5285756.

HSL color Cylindrical-coordinate representation of color #7CA750: hue angle of 89.66º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7CA750 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB12416780-
CMYK0.2600.520.35
HSL89.66º35.22%48.43%-
HSV(B)89.66º52.1%65.49%-
XYZ23.5832.512.62-
YUV144.2291.75113.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.42%
GREEN value IS 167 (65.62% from 255) = 45.01%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=33.42%
G=45.01%
B=21.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal124167800.2600.520.3589.6635.2248.43
Hex7CA7501A034235a2330
Octal17424712032064431324360
Binary11111001010011110100001101001101001000111011010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,167,80); }

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

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

 a { background-color: rgb(124,167,80); }

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

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

 span { border-color: rgb(124,167,80); }

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