#7B9650

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

Shades of Asparagus #7B9650

Tints of Asparagus #7B9650

Color information

#7B9650 (or 0x7B9650) is unknown color: approx Asparagus. HEX triplet: 7B, 96 and 50. RGB value is (123,150,80). Sum of RGB (Red+Green+Blue) = 123+150+80=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #7B9650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9650 is #8469AF. Grayscale: #868686. Windows color (decimal): -8677808 or 5281403. OLE color: 5281403.

HSL color Cylindrical-coordinate representation of color #7B9650: hue angle of 83.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B9650 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB12315080-
CMYK0.1800.470.41
HSL83.14º30.43%45.1%-
HSV(B)83.14º46.67%58.82%-
XYZ20.5226.611.64-
YUV133.9597.55120.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.84%
GREEN value IS 150 (58.98% from 255) = 42.49%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=34.84%
G=42.49%
B=22.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal123150800.1800.470.4183.1430.4345.1
Hex7B96501202F29531e2d
Octal17322612022057511233655
Binary1111011100101101010000100100101111101001101001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,150,80); }

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

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

 a { background-color: rgb(123,150,80); }

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

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

 span { border-color: rgb(123,150,80); }

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