Html Css Color HEX #769C58 Asparagus

📋 copy color: '#769C58'

red 118 ◦ green 156 ◦ blue 88

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

Shades of Asparagus #769C58

Tints of Asparagus #769C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.31%

R = 32.6%
G = 43.09%
B = 24.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#769C58 (or 0x769C58) is known color: Asparagus. HEX triplet: 76, 9C and 58. RGB value is (118,156,88). Sum of RGB (Red+Green+Blue) = 118+156+88=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #769C58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769C58 is #8963A7. Grayscale: #898989. Windows color (decimal): -9003944 or 5807222. OLE color: 5807222.

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

Color convert

RGB 118 156 88 -
CMYK 0.24 0 0.44 0.39
HSL 93.53º 0.28% 0.48% -
HSV(B) 93.53º 0.44% 0.61% -
XYZ 21.12 28.33 13.59 -
YUV 136.89 100.41 114.53 -
System Red Green Blue C M Y K H S L
Decimal 118 156 88 0.24 0 0.44 0.39 93.53 0.28 0.48
Hex 76 9C 58 18 0 2C 27 5E 1C 30
Octal 166 234 130 30 0 54 47 136 34 60
Binary 1110110 10011100 1011000 11000 0 101100 100111 1011110 11100 110000

Color Harmonies of #769C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769C58

Black with #769C58

Text Example


Text Example

White with #769C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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