#7BA352

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

Shades of Asparagus #7BA352

Tints of Asparagus #7BA352

Color information

#7BA352 (or 0x7BA352) is unknown color: approx Asparagus. HEX triplet: 7B, A3 and 52. RGB value is (123,163,82). Sum of RGB (Red+Green+Blue) = 123+163+82=368 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.42% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 163 - color contains mainly: green. Hex color #7BA352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA352 is #845CAD. Grayscale: #8E8E8E. Windows color (decimal): -8674478 or 5415803. OLE color: 5415803.

HSL color Cylindrical-coordinate representation of color #7BA352: hue angle of 89.63º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BA352 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB12316382-
CMYK0.2500.500.36
HSL89.63º33.06%48.04%-
HSV(B)89.63º49.69%63.92%-
XYZ22.7931.0112.77-
YUV141.8194.25114.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.42%
GREEN value IS 163 (64.06% from 255) = 44.29%
BLUE value IS 82 (32.42% from 255) = 22.28%
R=33.42%
G=44.29%
B=22.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal123163820.2500.500.3689.6333.0648.04
Hex7BA35219032245a2130
Octal17324312231062441324160
Binary11110111010001110100101100101100101001001011010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,163,82); }

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

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

 a { background-color: rgb(123,163,82); }

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

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

 span { border-color: rgb(123,163,82); }

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