Html Css Color HEX #769E56 Asparagus

📋 copy color: '#769E56'

red 118 ◦ green 158 ◦ blue 86

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

Shades of Asparagus #769E56

Tints of Asparagus #769E56

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.65%

 BLUE value IS 86 (33.98% from 255) = 23.76%

R = 32.6%
G = 43.65%
B = 23.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#769E56 (or 0x769E56) is known color: Asparagus. HEX triplet: 76, 9E and 56. RGB value is (118,158,86). Sum of RGB (Red+Green+Blue) = 118+158+86=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 158 - color contains mainly: green. Hex color #769E56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769E56 is #8961A9. Grayscale: #8A8A8A. Windows color (decimal): -9003434 or 5676662. OLE color: 5676662.

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

Color convert

RGB 118 158 86 -
CMYK 0.25 0 0.46 0.38
HSL 93.33º 0.3% 0.48% -
HSV(B) 93.33º 0.46% 0.62% -
XYZ 21.38 28.98 13.27 -
YUV 137.83 98.75 113.85 -
System Red Green Blue C M Y K H S L
Decimal 118 158 86 0.25 0 0.46 0.38 93.33 0.3 0.48
Hex 76 9E 56 19 0 2E 26 5D 1E 30
Octal 166 236 126 31 0 56 46 135 36 60
Binary 1110110 10011110 1010110 11001 0 101110 100110 1011101 11110 110000

Color Harmonies of #769E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769E56

Black with #769E56

Text Example


Text Example

White with #769E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,158,86); }

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

background-color css

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

 a { background-color: rgb(118,158,86); }

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

border-color css

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

 span { border-color: rgb(118,158,86); }

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