#7B9750

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

Shades of Asparagus #7B9750

Tints of Asparagus #7B9750

Color information

#7B9750 (or 0x7B9750) is unknown color: approx Asparagus. HEX triplet: 7B, 97 and 50. RGB value is (123,151,80). Sum of RGB (Red+Green+Blue) = 123+151+80=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 151 - color contains mainly: green. Hex color #7B9750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9750 is #8468AF. Grayscale: #868686. Windows color (decimal): -8677552 or 5281659. OLE color: 5281659.

HSL color Cylindrical-coordinate representation of color #7B9750: hue angle of 83.66º degrees, saturation: 0.31, 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 #7B9750 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB12315180-
CMYK0.1900.470.41
HSL83.66º30.74%45.29%-
HSV(B)83.66º47.02%59.22%-
XYZ20.6826.9211.7-
YUV134.5397.22119.77-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.75%
GREEN value IS 151 (59.38% from 255) = 42.66%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=34.75%
G=42.66%
B=22.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal123151800.1900.470.4183.6630.7445.29
Hex7B97501302F29541f2d
Octal17322712023057511243755
Binary1111011100101111010000100110101111101001101010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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