#7B964A

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

Shades of Asparagus #7B964A

Tints of Asparagus #7B964A

Color information

#7B964A (or 0x7B964A) is unknown color: approx Asparagus. HEX triplet: 7B, 96 and 4A. RGB value is (123,150,74). Sum of RGB (Red+Green+Blue) = 123+150+74=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #7B964A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B964A is #8469B5. Grayscale: #858585. Windows color (decimal): -8677814 or 4888187. OLE color: 4888187.

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

Color convert

RGB12315074-
CMYK0.1800.510.41
HSL81.32º33.93%43.92%-
HSV(B)81.32º50.67%58.82%-
XYZ20.3126.5210.53-
YUV133.2694.55120.68-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.45%
GREEN value IS 150 (58.98% from 255) = 43.23%
BLUE value IS 74 (29.30% from 255) = 21.33%
R=35.45%
G=43.23%
B=21.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal123150740.1800.510.4181.3233.9343.92
Hex7B964A120332951222c
Octal17322611222063511214254
Binary11110111001011010010101001001100111010011010001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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