#7CA64B

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

Shades of Asparagus #7CA64B

Tints of Asparagus #7CA64B

Color information

#7CA64B (or 0x7CA64B) is unknown color: approx Asparagus. HEX triplet: 7C, A6 and 4B. RGB value is (124,166,75). Sum of RGB (Red+Green+Blue) = 124+166+75=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA64B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA64B is #8359B4. Grayscale: #8F8F8F. Windows color (decimal): -8608181 or 4957820. OLE color: 4957820.

HSL color Cylindrical-coordinate representation of color #7CA64B: hue angle of 87.69º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CA64B is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB12416675-
CMYK0.2500.550.35
HSL87.69º37.76%47.25%-
HSV(B)87.69º54.82%65.1%-
XYZ23.2232.0711.62-
YUV143.0789.59114.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.97%
GREEN value IS 166 (65.23% from 255) = 45.48%
BLUE value IS 75 (29.69% from 255) = 20.55%
R=33.97%
G=45.48%
B=20.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal124166750.2500.550.3587.6937.7647.25
Hex7CA64B190372358262f
Octal17424611331067431304657
Binary11111001010011010010111100101101111000111011000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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