Html Css Color HEX #769B62 Asparagus

📋 copy color: '#769B62'

red 118 ◦ green 155 ◦ blue 98

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

Shades of Asparagus #769B62

Tints of Asparagus #769B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.42%

R = 31.81%
G = 41.78%
B = 26.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#769B62 (or 0x769B62) is known color: Asparagus. HEX triplet: 76, 9B and 62. RGB value is (118,155,98). Sum of RGB (Red+Green+Blue) = 118+155+98=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #769B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B62 is #89649D. Grayscale: #898989. Windows color (decimal): -9004190 or 6462326. OLE color: 6462326.

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

Color convert

RGB 118 155 98 -
CMYK 0.24 0 0.37 0.39
HSL 98.95º 0.23% 0.5% -
HSV(B) 98.95º 0.37% 0.61% -
XYZ 21.4 28.18 15.87 -
YUV 137.44 105.74 114.13 -
System Red Green Blue C M Y K H S L
Decimal 118 155 98 0.24 0 0.37 0.39 98.95 0.23 0.5
Hex 76 9B 62 18 0 25 27 63 17 32
Octal 166 233 142 30 0 45 47 143 27 62
Binary 1110110 10011011 1100010 11000 0 100101 100111 1100011 10111 110010

Color Harmonies of #769B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B62

Black with #769B62

Text Example


Text Example

White with #769B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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