#7CAB64

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

Shades of Asparagus #7CAB64

Tints of Asparagus #7CAB64

Color information

#7CAB64 (or 0x7CAB64) is unknown color: approx Asparagus. HEX triplet: 7C, AB and 64. RGB value is (124,171,100). Sum of RGB (Red+Green+Blue) = 124+171+100=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAB64 is #83549B. Grayscale: #959595. Windows color (decimal): -8606876 or 6597500. OLE color: 6597500.

HSL color Cylindrical-coordinate representation of color #7CAB64: hue angle of 99.72º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CAB64 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB124171100-
CMYK0.2700.420.33
HSL99.72º29.71%53.14%-
HSV(B)99.72º41.52%67.06%-
XYZ25.1834.3317.36-
YUV148.85100.43110.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.39%
GREEN value IS 171 (67.19% from 255) = 43.29%
BLUE value IS 100 (39.45% from 255) = 25.32%
R=31.39%
G=43.29%
B=25.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241711000.2700.420.3399.7229.7153.14
Hex7CAB641B02A21641e35
Octal17425314433052411443665
Binary1111100101010111100100110110101010100001110010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,171,100); }

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

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

 a { background-color: rgb(124,171,100); }

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

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

 span { border-color: rgb(124,171,100); }

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