#7CA95A

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

Shades of Asparagus #7CA95A

Tints of Asparagus #7CA95A

Color information

#7CA95A (or 0x7CA95A) is unknown color: approx Asparagus. HEX triplet: 7C, A9 and 5A. RGB value is (124,169,90). Sum of RGB (Red+Green+Blue) = 124+169+90=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #7CA95A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA95A is #8356A5. Grayscale: #929292. Windows color (decimal): -8607398 or 5941628. OLE color: 5941628.

HSL color Cylindrical-coordinate representation of color #7CA95A: hue angle of 94.18º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CA95A is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB12416990-
CMYK0.2700.470.34
HSL94.18º31.47%50.78%-
HSV(B)94.18º46.75%66.27%-
XYZ24.3533.414.84-
YUV146.5496.09111.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.38%
GREEN value IS 169 (66.41% from 255) = 44.13%
BLUE value IS 90 (35.55% from 255) = 23.50%
R=32.38%
G=44.13%
B=23.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal124169900.2700.470.3494.1831.4750.78
Hex7CA95A1B02F225e1f33
Octal17425113233057421363763
Binary1111100101010011011010110110101111100010101111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,169,90); }

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

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

 a { background-color: rgb(124,169,90); }

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

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

 span { border-color: rgb(124,169,90); }

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