Html Css Color HEX #769550 Asparagus

📋 copy color: '#769550'

red 118 ◦ green 149 ◦ blue 80

#769550
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #769550

Tints of Asparagus #769550

RGB

 RED value IS 118 (46.48% from 255) = 34.01%

 GREEN value IS 149 (58.59% from 255) = 42.94%

 BLUE value IS 80 (31.64% from 255) = 23.05%

R = 34.01%
G = 42.94%
B = 23.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#769550 (or 0x769550) is known color: Asparagus. HEX triplet: 76, 95 and 50. RGB value is (118,149,80). Sum of RGB (Red+Green+Blue) = 118+149+80=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #769550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769550 is #896AAF. Grayscale: #848484. Windows color (decimal): -9005744 or 5281142. OLE color: 5281142.

HSL color Cylindrical-coordinate representation of color #769550: hue angle of 86.96º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #769550 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 149 80 -
CMYK 0.21 0 0.46 0.42
HSL 86.96º 0.3% 0.45% -
HSV(B) 86.96º 0.46% 0.58% -
XYZ 19.67 25.93 11.56 -
YUV 131.87 98.73 118.11 -
System Red Green Blue C M Y K H S L
Decimal 118 149 80 0.21 0 0.46 0.42 86.96 0.3 0.45
Hex 76 95 50 15 0 2E 2A 57 1E 2D
Octal 166 225 120 25 0 56 52 127 36 55
Binary 1110110 10010101 1010000 10101 0 101110 101010 1010111 11110 101101

Color Harmonies of #769550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769550

Black with #769550

Text Example


Text Example

White with #769550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769550; }

 p { color: rgb(118,149,80); }

 H1.HeaderClassName
 {
   color: #769550;
 }
 .AnyTagClassName
 {
   color: #769550;
 }
</style>

background-color css

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

 a { background-color: rgb(118,149,80); }

 div.DivClassName
 {
   background-color: #769550;
 }
 .BgClassName
 {
   background-color: #769550;
 }
</style>

border-color css

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

 span { border-color: rgb(118,149,80); }

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