#7CB052

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

Shades of Asparagus #7CB052

Tints of Asparagus #7CB052

Color information

#7CB052 (or 0x7CB052) is unknown color: approx Asparagus. HEX triplet: 7C, B0 and 52. RGB value is (124,176,82). Sum of RGB (Red+Green+Blue) = 124+176+82=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB052 is #834FAD. Grayscale: #969696. Windows color (decimal): -8605614 or 5419132. OLE color: 5419132.

HSL color Cylindrical-coordinate representation of color #7CB052: hue angle of 93.19º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7CB052 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB12417682-
CMYK0.3000.530.31
HSL93.19º37.3%50.59%-
HSV(B)93.19º53.41%69.02%-
XYZ25.3635.9413.58-
YUV149.7489.77109.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.46%
GREEN value IS 176 (69.14% from 255) = 46.07%
BLUE value IS 82 (32.42% from 255) = 21.47%
R=32.46%
G=46.07%
B=21.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124176820.3000.530.3193.1937.350.59
Hex7CB0521E0351F5d2533
Octal17426012236065371354563
Binary1111100101100001010010111100110101111111011101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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