#7BA062

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

Shades of Asparagus #7BA062

Tints of Asparagus #7BA062

Color information

#7BA062 (or 0x7BA062) is unknown color: approx Asparagus. HEX triplet: 7B, A0 and 62. RGB value is (123,160,98). Sum of RGB (Red+Green+Blue) = 123+160+98=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA062 is #845F9D. Grayscale: #8E8E8E. Windows color (decimal): -8675230 or 6463611. OLE color: 6463611.

HSL color Cylindrical-coordinate representation of color #7BA062: hue angle of 95.81º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BA062 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB12316098-
CMYK0.2300.390.37
HSL95.81º24.6%50.59%-
HSV(B)95.81º38.75%62.75%-
XYZ22.9430.2316.18-
YUV141.87103.24114.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.28%
GREEN value IS 160 (62.89% from 255) = 41.99%
BLUE value IS 98 (38.67% from 255) = 25.72%
R=32.28%
G=41.99%
B=25.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal123160980.2300.390.3795.8124.650.59
Hex7BA0621702725601933
Octal17324014227047451403163
Binary1111011101000001100010101110100111100101110000011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,160,98); }

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

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

 a { background-color: rgb(123,160,98); }

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

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

 span { border-color: rgb(123,160,98); }

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