Html Css Color HEX #769F59 Asparagus

📋 copy color: '#769F59'

red 118 ◦ green 159 ◦ blue 89

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

Shades of Asparagus #769F59

Tints of Asparagus #769F59

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.44%

 BLUE value IS 89 (35.16% from 255) = 24.32%

R = 32.24%
G = 43.44%
B = 24.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#769F59 (or 0x769F59) is known color: Asparagus. HEX triplet: 76, 9F and 59. RGB value is (118,159,89). Sum of RGB (Red+Green+Blue) = 118+159+89=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #769F59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F59 is #8960A6. Grayscale: #8A8A8A. Windows color (decimal): -9003175 or 5873526. OLE color: 5873526.

HSL color Cylindrical-coordinate representation of color #769F59: hue angle of 95.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #769F59 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 159 89 -
CMYK 0.26 0 0.44 0.38
HSL 95.14º 0.28% 0.49% -
HSV(B) 95.14º 0.44% 0.62% -
XYZ 21.67 29.37 13.98 -
YUV 138.76 99.92 113.19 -
System Red Green Blue C M Y K H S L
Decimal 118 159 89 0.26 0 0.44 0.38 95.14 0.28 0.49
Hex 76 9F 59 1A 0 2C 26 5F 1C 31
Octal 166 237 131 32 0 54 46 137 34 61
Binary 1110110 10011111 1011001 11010 0 101100 100110 1011111 11100 110001

Color Harmonies of #769F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769F59

Black with #769F59

Text Example


Text Example

White with #769F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,159,89); }

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

background-color css

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

 a { background-color: rgb(118,159,89); }

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

border-color css

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

 span { border-color: rgb(118,159,89); }

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