#769a4b

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

Shades of Asparagus #769A4B

Tints of Asparagus #769A4B

Color information

#769A4B (or 0x769A4B) is unknown color: approx Asparagus. HEX triplet: 76, 9A and 4B. RGB value is (118,154,75). Sum of RGB (Red+Green+Blue) = 118+154+75=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 154 - color contains mainly: green. Hex color #769A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769A4B is #8965B4. Grayscale: #868686. Windows color (decimal): -9004469 or 4954742. OLE color: 4954742.

HSL color Cylindrical-coordinate representation of color #769A4B: hue angle of 87.34º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #769A4B is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB11815475-
CMYK0.2300.510.40
HSL87.34º34.5%44.9%-
HSV(B)87.34º51.3%60.39%-
XYZ20.327.4710.89-
YUV134.2394.57116.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 154 (60.55% from 255) = 44.38%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=34.01%
G=44.38%
B=21.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118154750.2300.510.4087.3434.544.9
Hex769A4B170332857222d
Octal16623211327063501274255
Binary11101101001101010010111011101100111010001010111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769a4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769a4b; }

 p { color: rgb(118,154,75); }

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

<style>
 a { background-color: #769a4b; }

 a { background-color: rgb(118,154,75); }

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

<style>
 span { border-color: #769a4b; }

 span { border-color: rgb(118,154,75); }

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