#6A9852

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

Shades of Asparagus #6A9852

Tints of Asparagus #6A9852

Color information

#6A9852 (or 0x6A9852) is unknown color: approx Asparagus. HEX triplet: 6A, 98 and 52. RGB value is (106,152,82). Sum of RGB (Red+Green+Blue) = 106+152+82=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #6A9852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9852 is #9567AD. Grayscale: #828282. Windows color (decimal): -9791406 or 5412970. OLE color: 5412970.

HSL color Cylindrical-coordinate representation of color #6A9852: hue angle of 99.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A9852 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB10615282-
CMYK0.3000.460.40
HSL99.43º29.91%45.88%-
HSV(B)99.43º46.05%59.61%-
XYZ18.726.1312.04-
YUV130.27100.76110.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.18%
GREEN value IS 152 (59.77% from 255) = 44.71%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=31.18%
G=44.71%
B=24.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal106152820.3000.460.4099.4329.9145.88
Hex6A98521E02E28631e2e
Octal15223012236056501433656
Binary1101010100110001010010111100101110101000110001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,152,82); }

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

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

 a { background-color: rgb(106,152,82); }

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

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

 span { border-color: rgb(106,152,82); }

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