Html Css Color HEX #769D50 Asparagus

📋 copy color: '#769D50'

red 118 ◦ green 157 ◦ blue 80

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

Shades of Asparagus #769D50

Tints of Asparagus #769D50

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.23%

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

R = 33.24%
G = 44.23%
B = 22.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#769D50 (or 0x769D50) is known color: Asparagus. HEX triplet: 76, 9D and 50. RGB value is (118,157,80). Sum of RGB (Red+Green+Blue) = 118+157+80=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 157 - color contains mainly: green. Hex color #769D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769D50 is #8962AF. Grayscale: #888888. Windows color (decimal): -9003696 or 5283190. OLE color: 5283190.

HSL color Cylindrical-coordinate representation of color #769D50: hue angle of 90.39º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #769D50 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 157 80 -
CMYK 0.25 0 0.49 0.38
HSL 90.39º 0.32% 0.46% -
HSV(B) 90.39º 0.49% 0.62% -
XYZ 20.98 28.54 11.99 -
YUV 136.56 96.08 114.76 -
System Red Green Blue C M Y K H S L
Decimal 118 157 80 0.25 0 0.49 0.38 90.39 0.32 0.46
Hex 76 9D 50 19 0 31 26 5A 20 2E
Octal 166 235 120 31 0 61 46 132 40 56
Binary 1110110 10011101 1010000 11001 0 110001 100110 1011010 100000 101110

Color Harmonies of #769D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769D50

Black with #769D50

Text Example


Text Example

White with #769D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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