#7CA04B

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

Shades of Asparagus #7CA04B

Tints of Asparagus #7CA04B

Color information

#7CA04B (or 0x7CA04B) is unknown color: approx Asparagus. HEX triplet: 7C, A0 and 4B. RGB value is (124,160,75). Sum of RGB (Red+Green+Blue) = 124+160+75=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA04B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA04B is #835FB4. Grayscale: #8B8B8B. Windows color (decimal): -8609717 or 4956284. OLE color: 4956284.

HSL color Cylindrical-coordinate representation of color #7CA04B: hue angle of 85.41º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7CA04B is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB12416075-
CMYK0.2200.530.37
HSL85.41º36.17%46.08%-
HSV(B)85.41º53.12%62.75%-
XYZ22.1529.9311.27-
YUV139.5591.57116.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.54%
GREEN value IS 160 (62.89% from 255) = 44.57%
BLUE value IS 75 (29.69% from 255) = 20.89%
R=34.54%
G=44.57%
B=20.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal124160750.2200.530.3785.4136.1746.08
Hex7CA04B160352555242e
Octal17424011326065451254456
Binary11111001010000010010111011001101011001011010101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,160,75); }

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

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

 a { background-color: rgb(124,160,75); }

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

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

 span { border-color: rgb(124,160,75); }

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