Html Css Color HEX #769849 Asparagus

📋 copy color: '#769849'

red 118 ◦ green 152 ◦ blue 73

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

Shades of Asparagus #769849

Tints of Asparagus #769849

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.31%

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

R = 34.4%
G = 44.31%
B = 21.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#769849 (or 0x769849) is known color: Asparagus. HEX triplet: 76, 98 and 49. RGB value is (118,152,73). Sum of RGB (Red+Green+Blue) = 118+152+73=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #769849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769849 is #8967B6. Grayscale: #858585. Windows color (decimal): -9004983 or 4823158. OLE color: 4823158.

HSL color Cylindrical-coordinate representation of color #769849: hue angle of 85.82º 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 #769849 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 73 -
CMYK 0.22 0 0.52 0.40
HSL 85.82º 0.35% 0.44% -
HSV(B) 85.82º 0.52% 0.6% -
XYZ 19.9 26.79 10.43 -
YUV 132.83 94.24 117.42 -
System Red Green Blue C M Y K H S L
Decimal 118 152 73 0.22 0 0.52 0.40 85.82 0.35 0.44
Hex 76 98 49 16 0 34 28 56 23 2C
Octal 166 230 111 26 0 64 50 126 43 54
Binary 1110110 10011000 1001001 10110 0 110100 101000 1010110 100011 101100

Color Harmonies of #769849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769849

Black with #769849

Text Example


Text Example

White with #769849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769849; }

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

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

background-color css

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

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

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

border-color css

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

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

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