#7BA460

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

Shades of Asparagus #7BA460

Tints of Asparagus #7BA460

Color information

#7BA460 (or 0x7BA460) is unknown color: approx Asparagus. HEX triplet: 7B, A4 and 60. RGB value is (123,164,96). Sum of RGB (Red+Green+Blue) = 123+164+96=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA460 is #845B9F. Grayscale: #909090. Windows color (decimal): -8674208 or 6333563. OLE color: 6333563.

HSL color Cylindrical-coordinate representation of color #7BA460: hue angle of 96.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BA460 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB12316496-
CMYK0.2500.410.36
HSL96.18º27.2%50.98%-
HSV(B)96.18º41.46%64.31%-
XYZ23.5631.6115.93-
YUV143.99100.92113.03-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.11%
GREEN value IS 164 (64.45% from 255) = 42.82%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=32.11%
G=42.82%
B=25.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal123164960.2500.410.3696.1827.250.98
Hex7BA4601902924601b33
Octal17324414031051441403363
Binary1111011101001001100000110010101001100100110000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BA460; }

 p { color: rgb(123,164,96); }

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

<style>
 a { background-color: #7BA460; }

 a { background-color: rgb(123,164,96); }

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

<style>
 span { border-color: #7BA460; }

 span { border-color: rgb(123,164,96); }

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