Html Css Color HEX #769B60 Asparagus

📋 copy color: '#769B60'

red 118 ◦ green 155 ◦ blue 96

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

Shades of Asparagus #769B60

Tints of Asparagus #769B60

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.01%

 BLUE value IS 96 (37.89% from 255) = 26.02%

R = 31.98%
G = 42.01%
B = 26.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#769B60 (or 0x769B60) is known color: Asparagus. HEX triplet: 76, 9B and 60. RGB value is (118,155,96). Sum of RGB (Red+Green+Blue) = 118+155+96=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 155 - color contains mainly: green. Hex color #769B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B60 is #89649F. Grayscale: #898989. Windows color (decimal): -9004192 or 6331254. OLE color: 6331254.

HSL color Cylindrical-coordinate representation of color #769B60: hue angle of 97.63º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #769B60 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 155 96 -
CMYK 0.24 0 0.38 0.39
HSL 97.63º 0.24% 0.49% -
HSV(B) 97.63º 0.38% 0.61% -
XYZ 21.3 28.14 15.37 -
YUV 137.21 104.74 114.3 -
System Red Green Blue C M Y K H S L
Decimal 118 155 96 0.24 0 0.38 0.39 97.63 0.24 0.49
Hex 76 9B 60 18 0 26 27 62 18 31
Octal 166 233 140 30 0 46 47 142 30 61
Binary 1110110 10011011 1100000 11000 0 100110 100111 1100010 11000 110001

Color Harmonies of #769B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B60

Black with #769B60

Text Example


Text Example

White with #769B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,155,96); }

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

background-color css

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

 a { background-color: rgb(118,155,96); }

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

border-color css

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

 span { border-color: rgb(118,155,96); }

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