Html Css Color HEX #769852 Asparagus

📋 copy color: '#769852'

red 118 ◦ green 152 ◦ blue 82

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

Shades of Asparagus #769852

Tints of Asparagus #769852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.3%

R = 33.52%
G = 43.18%
B = 23.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#769852 (or 0x769852) is known color: Asparagus. HEX triplet: 76, 98 and 52. RGB value is (118,152,82). Sum of RGB (Red+Green+Blue) = 118+152+82=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #769852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769852 is #8967AD. Grayscale: #868686. Windows color (decimal): -9004974 or 5412982. OLE color: 5412982.

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

Color convert

RGB 118 152 82 -
CMYK 0.22 0 0.46 0.40
HSL 89.14º 0.3% 0.46% -
HSV(B) 89.14º 0.46% 0.6% -
XYZ 20.22 26.92 12.11 -
YUV 133.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 118 152 82 0.22 0 0.46 0.40 89.14 0.3 0.46
Hex 76 98 52 16 0 2E 28 59 1E 2E
Octal 166 230 122 26 0 56 50 131 36 56
Binary 1110110 10011000 1010010 10110 0 101110 101000 1011001 11110 101110

Color Harmonies of #769852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769852

Black with #769852

Text Example


Text Example

White with #769852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769852; }

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

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

background-color css

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

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

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

border-color css

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

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

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