#6A9750

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

Shades of Asparagus #6A9750

Tints of Asparagus #6A9750

Color information

#6A9750 (or 0x6A9750) is unknown color: approx Asparagus. HEX triplet: 6A, 97 and 50. RGB value is (106,151,80). Sum of RGB (Red+Green+Blue) = 106+151+80=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 151 - color contains mainly: green. Hex color #6A9750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9750 is #9568AF. Grayscale: #818181. Windows color (decimal): -9791664 or 5281642. OLE color: 5281642.

HSL color Cylindrical-coordinate representation of color #6A9750: hue angle of 98.03º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A9750 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB10615180-
CMYK0.3000.470.41
HSL98.03º30.74%45.29%-
HSV(B)98.03º47.02%59.22%-
XYZ18.4625.7811.59-
YUV129.45100.09111.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.45%
GREEN value IS 151 (59.38% from 255) = 44.81%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=31.45%
G=44.81%
B=23.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal106151800.3000.470.4198.0330.7445.29
Hex6A97501E02F29621f2d
Octal15222712036057511423755
Binary1101010100101111010000111100101111101001110001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,151,80); }

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

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

 a { background-color: rgb(106,151,80); }

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

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

 span { border-color: rgb(106,151,80); }

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