Html Css Color HEX #769B5E Asparagus

📋 copy color: '#769B5E'

red 118 ◦ green 155 ◦ blue 94

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

Shades of Asparagus #769B5E

Tints of Asparagus #769B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.61%

R = 32.15%
G = 42.23%
B = 25.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#769B5E (or 0x769B5E) is known color: Asparagus. HEX triplet: 76, 9B and 5E. RGB value is (118,155,94). Sum of RGB (Red+Green+Blue) = 118+155+94=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #769B5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B5E is #8964A1. Grayscale: #898989. Windows color (decimal): -9004194 or 6200182. OLE color: 6200182.

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

Color convert

RGB 118 155 94 -
CMYK 0.24 0 0.39 0.39
HSL 96.39º 0.24% 0.49% -
HSV(B) 96.39º 0.39% 0.61% -
XYZ 21.21 28.1 14.9 -
YUV 136.98 103.74 114.46 -
System Red Green Blue C M Y K H S L
Decimal 118 155 94 0.24 0 0.39 0.39 96.39 0.24 0.49
Hex 76 9B 5E 18 0 27 27 60 18 31
Octal 166 233 136 30 0 47 47 140 30 61
Binary 1110110 10011011 1011110 11000 0 100111 100111 1100000 11000 110001

Color Harmonies of #769B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B5E

Black with #769B5E

Text Example


Text Example

White with #769B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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