#6BA156

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

Shades of Asparagus #6BA156

Tints of Asparagus #6BA156

Color information

#6BA156 (or 0x6BA156) is unknown color: approx Asparagus. HEX triplet: 6B, A1 and 56. RGB value is (107,161,86). Sum of RGB (Red+Green+Blue) = 107+161+86=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA156 is #945EA9. Grayscale: #888888. Windows color (decimal): -9723562 or 5677419. OLE color: 5677419.

HSL color Cylindrical-coordinate representation of color #6BA156: hue angle of 103.2º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BA156 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB10716186-
CMYK0.3400.470.37
HSL103.2º30.36%48.43%-
HSV(B)103.2º46.58%63.14%-
XYZ20.4929.2913.38-
YUV136.399.61107.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.23%
GREEN value IS 161 (63.28% from 255) = 45.48%
BLUE value IS 86 (33.98% from 255) = 24.29%
R=30.23%
G=45.48%
B=24.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal107161860.3400.470.37103.230.3648.43
Hex6BA1562202F25671e30
Octal15324112642057451473660
Binary11010111010000110101101000100101111100101110011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,161,86); }

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

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

 a { background-color: rgb(107,161,86); }

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

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

 span { border-color: rgb(107,161,86); }

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