Html Css Color HEX #769C64 Asparagus

📋 copy color: '#769C64'

red 118 ◦ green 156 ◦ blue 100

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

Shades of Asparagus #769C64

Tints of Asparagus #769C64

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.71%

 BLUE value IS 100 (39.45% from 255) = 26.74%

R = 31.55%
G = 41.71%
B = 26.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#769C64 (or 0x769C64) is known color: Asparagus. HEX triplet: 76, 9C and 64. RGB value is (118,156,100). Sum of RGB (Red+Green+Blue) = 118+156+100=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 156 - color contains mainly: green. Hex color #769C64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769C64 is #89639B. Grayscale: #8A8A8A. Windows color (decimal): -9003932 or 6593654. OLE color: 6593654.

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

Color convert

RGB 118 156 100 -
CMYK 0.24 0 0.36 0.39
HSL 100.71º 0.22% 0.5% -
HSV(B) 100.71º 0.36% 0.61% -
XYZ 21.66 28.55 16.43 -
YUV 138.25 106.41 113.55 -
System Red Green Blue C M Y K H S L
Decimal 118 156 100 0.24 0 0.36 0.39 100.71 0.22 0.5
Hex 76 9C 64 18 0 24 27 65 16 32
Octal 166 234 144 30 0 44 47 145 26 62
Binary 1110110 10011100 1100100 11000 0 100100 100111 1100101 10110 110010

Color Harmonies of #769C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769C64

Black with #769C64

Text Example


Text Example

White with #769C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,156,100); }

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

background-color css

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

 a { background-color: rgb(118,156,100); }

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

border-color css

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

 span { border-color: rgb(118,156,100); }

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