Html Css Color HEX #769349 Asparagus

📋 copy color: '#769349'

red 118 ◦ green 147 ◦ blue 73

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

Shades of Asparagus #769349

Tints of Asparagus #769349

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.49%

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 34.91%
G = 43.49%
B = 21.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#769349 (or 0x769349) is known color: Asparagus. HEX triplet: 76, 93 and 49. RGB value is (118,147,73). Sum of RGB (Red+Green+Blue) = 118+147+73=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #769349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769349 is #896CB6. Grayscale: #828282. Windows color (decimal): -9006263 or 4821878. OLE color: 4821878.

HSL color Cylindrical-coordinate representation of color #769349: hue angle of 83.51º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #769349 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 73 -
CMYK 0.20 0 0.50 0.42
HSL 83.51º 0.34% 0.43% -
HSV(B) 83.51º 0.5% 0.58% -
XYZ 19.11 25.2 10.16 -
YUV 129.89 95.89 119.52 -
System Red Green Blue C M Y K H S L
Decimal 118 147 73 0.20 0 0.50 0.42 83.51 0.34 0.43
Hex 76 93 49 14 0 32 2A 54 22 2B
Octal 166 223 111 24 0 62 52 124 42 53
Binary 1110110 10010011 1001001 10100 0 110010 101010 1010100 100010 101011

Color Harmonies of #769349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769349

Black with #769349

Text Example


Text Example

White with #769349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769349; }

 p { color: rgb(118,147,73); }

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

background-color css

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

 a { background-color: rgb(118,147,73); }

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

border-color css

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

 span { border-color: rgb(118,147,73); }

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