Html Css Color HEX #769E46 Asparagus

📋 copy color: '#769E46'

red 118 ◦ green 158 ◦ blue 70

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

Shades of Asparagus #769E46

Tints of Asparagus #769E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.23%

R = 34.1%
G = 45.66%
B = 20.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#769E46 (or 0x769E46) is known color: Asparagus. HEX triplet: 76, 9E and 46. RGB value is (118,158,70). Sum of RGB (Red+Green+Blue) = 118+158+70=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 158 - color contains mainly: green. Hex color #769E46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769E46 is #8961B9. Grayscale: #888888. Windows color (decimal): -9003450 or 4628086. OLE color: 4628086.

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

Color convert

RGB 118 158 70 -
CMYK 0.25 0 0.56 0.38
HSL 87.27º 0.39% 0.45% -
HSV(B) 87.27º 0.56% 0.62% -
XYZ 20.8 28.75 10.25 -
YUV 136.01 90.75 115.16 -
System Red Green Blue C M Y K H S L
Decimal 118 158 70 0.25 0 0.56 0.38 87.27 0.39 0.45
Hex 76 9E 46 19 0 38 26 57 27 2D
Octal 166 236 106 31 0 70 46 127 47 55
Binary 1110110 10011110 1000110 11001 0 111000 100110 1010111 100111 101101

Color Harmonies of #769E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769E46

Black with #769E46

Text Example


Text Example

White with #769E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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