Html Css Color HEX #769A5C Asparagus

📋 copy color: '#769A5C'

red 118 ◦ green 154 ◦ blue 92

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

Shades of Asparagus #769A5C

Tints of Asparagus #769A5C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.31%

 BLUE value IS 92 (36.33% from 255) = 25.27%

R = 32.42%
G = 42.31%
B = 25.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#769A5C (or 0x769A5C) is known color: Asparagus. HEX triplet: 76, 9A and 5C. RGB value is (118,154,92). Sum of RGB (Red+Green+Blue) = 118+154+92=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 154 - color contains mainly: green. Hex color #769A5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769A5C is #8965A3. Grayscale: #888888. Windows color (decimal): -9004452 or 6068854. OLE color: 6068854.

HSL color Cylindrical-coordinate representation of color #769A5C: hue angle of 94.84º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #769A5C is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 154 92 -
CMYK 0.23 0 0.40 0.40
HSL 94.84º 0.25% 0.48% -
HSV(B) 94.84º 0.4% 0.6% -
XYZ 20.96 27.74 14.37 -
YUV 136.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 118 154 92 0.23 0 0.40 0.40 94.84 0.25 0.48
Hex 76 9A 5C 17 0 28 28 5F 19 30
Octal 166 232 134 27 0 50 50 137 31 60
Binary 1110110 10011010 1011100 10111 0 101000 101000 1011111 11001 110000

Color Harmonies of #769A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769A5C

Black with #769A5C

Text Example


Text Example

White with #769A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,154,92); }

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

background-color css

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

 a { background-color: rgb(118,154,92); }

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

border-color css

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

 span { border-color: rgb(118,154,92); }

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