Html Css Color HEX #769855 Asparagus

📋 copy color: '#769855'

red 118 ◦ green 152 ◦ blue 85

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

Shades of Asparagus #769855

Tints of Asparagus #769855

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.82%

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

R = 33.24%
G = 42.82%
B = 23.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#769855 (or 0x769855) is known color: Asparagus. HEX triplet: 76, 98 and 55. RGB value is (118,152,85). Sum of RGB (Red+Green+Blue) = 118+152+85=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #769855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769855 is #8967AA. Grayscale: #868686. Windows color (decimal): -9004971 or 5609590. OLE color: 5609590.

HSL color Cylindrical-coordinate representation of color #769855: hue angle of 90.45º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #769855 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 85 -
CMYK 0.22 0 0.44 0.40
HSL 90.45º 0.28% 0.46% -
HSV(B) 90.45º 0.44% 0.6% -
XYZ 20.34 26.96 12.73 -
YUV 134.2 100.24 116.45 -
System Red Green Blue C M Y K H S L
Decimal 118 152 85 0.22 0 0.44 0.40 90.45 0.28 0.46
Hex 76 98 55 16 0 2C 28 5A 1C 2E
Octal 166 230 125 26 0 54 50 132 34 56
Binary 1110110 10011000 1010101 10110 0 101100 101000 1011010 11100 101110

Color Harmonies of #769855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769855

Black with #769855

Text Example


Text Example

White with #769855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769855; }

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

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

background-color css

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

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

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

border-color css

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

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

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