Html Css Color HEX #769E4E Asparagus

📋 copy color: '#769E4E'

red 118 ◦ green 158 ◦ blue 78

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

Shades of Asparagus #769E4E

Tints of Asparagus #769E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.03%

R = 33.33%
G = 44.63%
B = 22.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#769E4E (or 0x769E4E) is known color: Asparagus. HEX triplet: 76, 9E and 4E. RGB value is (118,158,78). Sum of RGB (Red+Green+Blue) = 118+158+78=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 158 - color contains mainly: green. Hex color #769E4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769E4E is #8961B1. Grayscale: #898989. Windows color (decimal): -9003442 or 5152374. OLE color: 5152374.

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

Color convert

RGB 118 158 78 -
CMYK 0.25 0 0.51 0.38
HSL 90º 0.34% 0.46% -
HSV(B) 90º 0.51% 0.62% -
XYZ 21.07 28.86 11.67 -
YUV 136.92 94.75 114.5 -
System Red Green Blue C M Y K H S L
Decimal 118 158 78 0.25 0 0.51 0.38 90 0.34 0.46
Hex 76 9E 4E 19 0 33 26 5A 22 2E
Octal 166 236 116 31 0 63 46 132 42 56
Binary 1110110 10011110 1001110 11001 0 110011 100110 1011010 100010 101110

Color Harmonies of #769E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769E4E

Black with #769E4E

Text Example


Text Example

White with #769E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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