Html Css Color HEX #769B55 Asparagus

📋 copy color: '#769B55'

red 118 ◦ green 155 ◦ blue 85

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

Shades of Asparagus #769B55

Tints of Asparagus #769B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.74%

R = 32.96%
G = 43.3%
B = 23.74%

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

#769B55 (or 0x769B55) is known color: Asparagus. HEX triplet: 76, 9B and 55. RGB value is (118,155,85). Sum of RGB (Red+Green+Blue) = 118+155+85=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #769B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B55 is #8964AA. Grayscale: #888888. Windows color (decimal): -9004203 or 5610358. OLE color: 5610358.

HSL color Cylindrical-coordinate representation of color #769B55: hue angle of 91.71º 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 #769B55 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 155 85 -
CMYK 0.24 0 0.45 0.39
HSL 91.71º 0.29% 0.47% -
HSV(B) 91.71º 0.45% 0.61% -
XYZ 20.83 27.95 12.89 -
YUV 135.96 99.24 115.19 -
System Red Green Blue C M Y K H S L
Decimal 118 155 85 0.24 0 0.45 0.39 91.71 0.29 0.47
Hex 76 9B 55 18 0 2D 27 5C 1D 2F
Octal 166 233 125 30 0 55 47 134 35 57
Binary 1110110 10011011 1010101 11000 0 101101 100111 1011100 11101 101111

Color Harmonies of #769B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B55

Black with #769B55

Text Example


Text Example

White with #769B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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