#7CA952

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

Shades of Asparagus #7CA952

Tints of Asparagus #7CA952

Color information

#7CA952 (or 0x7CA952) is unknown color: approx Asparagus. HEX triplet: 7C, A9 and 52. RGB value is (124,169,82). Sum of RGB (Red+Green+Blue) = 124+169+82=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 169 - color contains mainly: green. Hex color #7CA952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA952 is #8356AD. Grayscale: #919191. Windows color (decimal): -8607406 or 5417340. OLE color: 5417340.

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

Color convert

RGB12416982-
CMYK0.2700.510.34
HSL91.03º34.66%49.22%-
HSV(B)91.03º51.48%66.27%-
XYZ24.0233.2713.14-
YUV145.6392.09112.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.07%
GREEN value IS 169 (66.41% from 255) = 45.07%
BLUE value IS 82 (32.42% from 255) = 21.87%
R=33.07%
G=45.07%
B=21.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal124169820.2700.510.3491.0334.6649.22
Hex7CA9521B033225b2331
Octal17425112233063421334361
Binary11111001010100110100101101101100111000101011011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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