Html Css Color HEX #769949 Asparagus

📋 copy color: '#769949'

red 118 ◦ green 153 ◦ blue 73

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

Shades of Asparagus #769949

Tints of Asparagus #769949

RGB

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

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

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

R = 34.3%
G = 44.48%
B = 21.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#769949 (or 0x769949) is known color: Asparagus. HEX triplet: 76, 99 and 49. RGB value is (118,153,73). Sum of RGB (Red+Green+Blue) = 118+153+73=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #769949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769949 is #8966B6. Grayscale: #858585. Windows color (decimal): -9004727 or 4823414. OLE color: 4823414.

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

Color convert

RGB 118 153 73 -
CMYK 0.23 0 0.52 0.4
HSL 86.25º 0.35% 0.44% -
HSV(B) 86.25º 0.52% 0.6% -
XYZ 20.07 27.12 10.48 -
YUV 133.42 93.9 117 -
System Red Green Blue C M Y K H S L
Decimal 118 153 73 0.23 0 0.52 0.4 86.25 0.35 0.44
Hex 76 99 49 17 0 34 28 56 23 2C
Octal 166 231 111 27 0 64 50 126 43 54
Binary 1110110 10011001 1001001 10111 0 110100 101000 1010110 100011 101100

Color Harmonies of #769949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769949

Black with #769949

Text Example


Text Example

White with #769949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769949; }

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

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

background-color css

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

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

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

border-color css

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

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

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