#6C994B

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

Shades of Asparagus #6C994B

Tints of Asparagus #6C994B

Color information

#6C994B (or 0x6C994B) is unknown color: approx Asparagus. HEX triplet: 6C, 99 and 4B. RGB value is (108,153,75). Sum of RGB (Red+Green+Blue) = 108+153+75=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #6C994B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C994B is #9366B4. Grayscale: #828282. Windows color (decimal): -9660085 or 4954476. OLE color: 4954476.

HSL color Cylindrical-coordinate representation of color #6C994B: hue angle of 94.62º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C994B is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB10815375-
CMYK0.2900.510.4
HSL94.62º34.21%44.71%-
HSV(B)94.62º50.98%60%-
XYZ18.8526.4810.77-
YUV130.6596.59111.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.14%
GREEN value IS 153 (60.16% from 255) = 45.54%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=32.14%
G=45.54%
B=22.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal108153750.2900.510.494.6234.2144.71
Hex6C994B1D033285f222d
Octal15423111335063501374255
Binary11011001001100110010111110101100111010001011111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,153,75); }

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

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

 a { background-color: rgb(108,153,75); }

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

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

 span { border-color: rgb(108,153,75); }

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