Html Css Color HEX #769F61 Asparagus

📋 copy color: '#769F61'

red 118 ◦ green 159 ◦ blue 97

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

Shades of Asparagus #769F61

Tints of Asparagus #769F61

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.51%

 BLUE value IS 97 (38.28% from 255) = 25.94%

R = 31.55%
G = 42.51%
B = 25.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#769F61 (or 0x769F61) is known color: Asparagus. HEX triplet: 76, 9F and 61. RGB value is (118,159,97). Sum of RGB (Red+Green+Blue) = 118+159+97=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 159 - color contains mainly: green. Hex color #769F61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F61 is #89609E. Grayscale: #8B8B8B. Windows color (decimal): -9003167 or 6397814. OLE color: 6397814.

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

Color convert

RGB 118 159 97 -
CMYK 0.26 0 0.39 0.38
HSL 99.68º 0.24% 0.5% -
HSV(B) 99.68º 0.39% 0.62% -
XYZ 22.03 29.51 15.84 -
YUV 139.67 103.92 112.54 -
System Red Green Blue C M Y K H S L
Decimal 118 159 97 0.26 0 0.39 0.38 99.68 0.24 0.5
Hex 76 9F 61 1A 0 27 26 64 18 32
Octal 166 237 141 32 0 47 46 144 30 62
Binary 1110110 10011111 1100001 11010 0 100111 100110 1100100 11000 110010

Color Harmonies of #769F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769F61

Black with #769F61

Text Example


Text Example

White with #769F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,159,97); }

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

background-color css

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

 a { background-color: rgb(118,159,97); }

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

border-color css

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

 span { border-color: rgb(118,159,97); }

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