Html Css Color HEX #769B5B Asparagus

📋 copy color: '#769B5B'

red 118 ◦ green 155 ◦ blue 91

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

Shades of Asparagus #769B5B

Tints of Asparagus #769B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25%

R = 32.42%
G = 42.58%
B = 25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#769B5B (or 0x769B5B) is known color: Asparagus. HEX triplet: 76, 9B and 5B. RGB value is (118,155,91). Sum of RGB (Red+Green+Blue) = 118+155+91=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #769B5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B5B is #8964A4. Grayscale: #888888. Windows color (decimal): -9004197 or 6003574. OLE color: 6003574.

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

Color convert

RGB 118 155 91 -
CMYK 0.24 0 0.41 0.39
HSL 94.69º 0.26% 0.48% -
HSV(B) 94.69º 0.41% 0.61% -
XYZ 21.08 28.05 14.2 -
YUV 136.64 102.24 114.7 -
System Red Green Blue C M Y K H S L
Decimal 118 155 91 0.24 0 0.41 0.39 94.69 0.26 0.48
Hex 76 9B 5B 18 0 29 27 5F 1A 30
Octal 166 233 133 30 0 51 47 137 32 60
Binary 1110110 10011011 1011011 11000 0 101001 100111 1011111 11010 110000

Color Harmonies of #769B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B5B

Black with #769B5B

Text Example


Text Example

White with #769B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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