#7CAF4F

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

Shades of Asparagus #7CAF4F

Tints of Asparagus #7CAF4F

Color information

#7CAF4F (or 0x7CAF4F) is unknown color: approx Asparagus. HEX triplet: 7C, AF and 4F. RGB value is (124,175,79). Sum of RGB (Red+Green+Blue) = 124+175+79=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAF4F is #8350B0. Grayscale: #959595. Windows color (decimal): -8605873 or 5222268. OLE color: 5222268.

HSL color Cylindrical-coordinate representation of color #7CAF4F: hue angle of 91.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CAF4F is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB12417579-
CMYK0.2900.550.31
HSL91.88º37.8%49.8%-
HSV(B)91.88º54.86%68.63%-
XYZ25.0535.5112.93-
YUV148.8188.6110.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.80%
GREEN value IS 175 (68.75% from 255) = 46.30%
BLUE value IS 79 (31.25% from 255) = 20.90%
R=32.80%
G=46.30%
B=20.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124175790.2900.550.3191.8837.849.8
Hex7CAF4F1D0371F5c2632
Octal17425711735067371344662
Binary1111100101011111001111111010110111111111011100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,175,79); }

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

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

 a { background-color: rgb(124,175,79); }

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

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

 span { border-color: rgb(124,175,79); }

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