#6CA45C

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

Shades of Asparagus #6CA45C

Tints of Asparagus #6CA45C

Color information

#6CA45C (or 0x6CA45C) is unknown color: approx Asparagus. HEX triplet: 6C, A4 and 5C. RGB value is (108,164,92). Sum of RGB (Red+Green+Blue) = 108+164+92=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA45C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA45C is #935BA3. Grayscale: #8B8B8B. Windows color (decimal): -9657252 or 6071404. OLE color: 6071404.

HSL color Cylindrical-coordinate representation of color #6CA45C: hue angle of 106.67º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CA45C is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB10816492-
CMYK0.3400.440.36
HSL106.67º28.35%50.2%-
HSV(B)106.67º43.9%64.31%-
XYZ21.3930.5114.89-
YUV139.05101.45105.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.67%
GREEN value IS 164 (64.45% from 255) = 45.05%
BLUE value IS 92 (36.33% from 255) = 25.27%
R=29.67%
G=45.05%
B=25.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108164920.3400.440.36106.6728.3550.2
Hex6CA45C2202C246b1c32
Octal15424413442054441533462
Binary11011001010010010111001000100101100100100110101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CA45C; }

 p { color: rgb(108,164,92); }

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

<style>
 a { background-color: #6CA45C; }

 a { background-color: rgb(108,164,92); }

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

<style>
 span { border-color: #6CA45C; }

 span { border-color: rgb(108,164,92); }

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