Html Css Color HEX #769C56 Asparagus

📋 copy color: '#769C56'

red 118 ◦ green 156 ◦ blue 86

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

Shades of Asparagus #769C56

Tints of Asparagus #769C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.89%

R = 32.78%
G = 43.33%
B = 23.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#769C56 (or 0x769C56) is known color: Asparagus. HEX triplet: 76, 9C and 56. RGB value is (118,156,86). Sum of RGB (Red+Green+Blue) = 118+156+86=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 156 - color contains mainly: green. Hex color #769C56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769C56 is #8963A9. Grayscale: #888888. Windows color (decimal): -9003946 or 5676150. OLE color: 5676150.

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

Color convert

RGB 118 156 86 -
CMYK 0.24 0 0.45 0.39
HSL 92.57º 0.29% 0.47% -
HSV(B) 92.57º 0.45% 0.61% -
XYZ 21.04 28.3 13.16 -
YUV 136.66 99.41 114.69 -
System Red Green Blue C M Y K H S L
Decimal 118 156 86 0.24 0 0.45 0.39 92.57 0.29 0.47
Hex 76 9C 56 18 0 2D 27 5D 1D 2F
Octal 166 234 126 30 0 55 47 135 35 57
Binary 1110110 10011100 1010110 11000 0 101101 100111 1011101 11101 101111

Color Harmonies of #769C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769C56

Black with #769C56

Text Example


Text Example

White with #769C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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