Html Css Color HEX #769950 Asparagus

📋 copy color: '#769950'

red 118 ◦ green 153 ◦ blue 80

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

Shades of Asparagus #769950

Tints of Asparagus #769950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.59%

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

R = 33.62%
G = 43.59%
B = 22.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#769950 (or 0x769950) is known color: Asparagus. HEX triplet: 76, 99 and 50. RGB value is (118,153,80). Sum of RGB (Red+Green+Blue) = 118+153+80=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #769950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769950 is #8966AF. Grayscale: #868686. Windows color (decimal): -9004720 or 5282166. OLE color: 5282166.

HSL color Cylindrical-coordinate representation of color #769950: hue angle of 88.77º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #769950 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 80 -
CMYK 0.23 0 0.48 0.4
HSL 88.77º 0.31% 0.46% -
HSV(B) 88.77º 0.48% 0.6% -
XYZ 20.31 27.21 11.77 -
YUV 134.21 97.4 116.44 -
System Red Green Blue C M Y K H S L
Decimal 118 153 80 0.23 0 0.48 0.4 88.77 0.31 0.46
Hex 76 99 50 17 0 30 28 59 1F 2E
Octal 166 231 120 27 0 60 50 131 37 56
Binary 1110110 10011001 1010000 10111 0 110000 101000 1011001 11111 101110

Color Harmonies of #769950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769950

Black with #769950

Text Example


Text Example

White with #769950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769950; }

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

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

background-color css

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

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

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

border-color css

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

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

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