#6A994C

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

Shades of Asparagus #6A994C

Tints of Asparagus #6A994C

Color information

#6A994C (or 0x6A994C) is unknown color: approx Asparagus. HEX triplet: 6A, 99 and 4C. RGB value is (106,153,76). Sum of RGB (Red+Green+Blue) = 106+153+76=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #6A994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A994C is #9566B3. Grayscale: #828282. Windows color (decimal): -9791156 or 5020010. OLE color: 5020010.

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

Color convert

RGB10615376-
CMYK0.3100.500.4
HSL96.62º33.62%44.9%-
HSV(B)96.62º50.33%60%-
XYZ18.6426.3710.94-
YUV130.1797.43110.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.64%
GREEN value IS 153 (60.16% from 255) = 45.67%
BLUE value IS 76 (30.08% from 255) = 22.69%
R=31.64%
G=45.67%
B=22.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal106153760.3100.500.496.6233.6244.9
Hex6A994C1F0322861222d
Octal15223111437062501414255
Binary11010101001100110011001111101100101010001100001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,153,76); }

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

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

 a { background-color: rgb(106,153,76); }

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

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

 span { border-color: rgb(106,153,76); }

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