#6B994D

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

Shades of Asparagus #6B994D

Tints of Asparagus #6B994D

Color information

#6B994D (or 0x6B994D) is unknown color: approx Asparagus. HEX triplet: 6B, 99 and 4D. RGB value is (107,153,77). Sum of RGB (Red+Green+Blue) = 107+153+77=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #6B994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B994D is #9466B2. Grayscale: #828282. Windows color (decimal): -9725619 or 5085547. OLE color: 5085547.

HSL color Cylindrical-coordinate representation of color #6B994D: hue angle of 96.32º degrees, saturation: 0.33, 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 #6B994D is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB10715377-
CMYK0.3000.500.4
HSL96.32º33.04%45.1%-
HSV(B)96.32º49.67%60%-
XYZ18.7926.4411.13-
YUV130.5897.76111.18-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.75%
GREEN value IS 153 (60.16% from 255) = 45.40%
BLUE value IS 77 (30.47% from 255) = 22.85%
R=31.75%
G=45.40%
B=22.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal107153770.3000.500.496.3233.0445.1
Hex6B994D1E0322860212d
Octal15323111536062501404155
Binary11010111001100110011011111001100101010001100000100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,153,77); }

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

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

 a { background-color: rgb(107,153,77); }

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

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

 span { border-color: rgb(107,153,77); }

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