Html Css Color HEX #769846 Asparagus

📋 copy color: '#769846'

red 118 ◦ green 152 ◦ blue 70

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

Shades of Asparagus #769846

Tints of Asparagus #769846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.59%

R = 34.71%
G = 44.71%
B = 20.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#769846 (or 0x769846) is known color: Asparagus. HEX triplet: 76, 98 and 46. RGB value is (118,152,70). Sum of RGB (Red+Green+Blue) = 118+152+70=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #769846 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769846 is #8967B9. Grayscale: #848484. Windows color (decimal): -9004986 or 4626550. OLE color: 4626550.

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

Color convert

RGB 118 152 70 -
CMYK 0.22 0 0.54 0.40
HSL 84.88º 0.37% 0.44% -
HSV(B) 84.88º 0.54% 0.6% -
XYZ 19.8 26.75 9.91 -
YUV 132.49 92.74 117.67 -
System Red Green Blue C M Y K H S L
Decimal 118 152 70 0.22 0 0.54 0.40 84.88 0.37 0.44
Hex 76 98 46 16 0 36 28 55 25 2C
Octal 166 230 106 26 0 66 50 125 45 54
Binary 1110110 10011000 1000110 10110 0 110110 101000 1010101 100101 101100

Color Harmonies of #769846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769846

Black with #769846

Text Example


Text Example

White with #769846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769846; }

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

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

background-color css

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

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

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

border-color css

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

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

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