Html Css Color HEX #76A546 Asparagus

📋 copy color: '#76A546'

red 118 ◦ green 165 ◦ blue 70

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

Shades of Asparagus #76A546

Tints of Asparagus #76A546

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.74%

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

R = 33.43%
G = 46.74%
B = 19.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#76A546 (or 0x76A546) is known color: Asparagus. HEX triplet: 76, A5 and 46. RGB value is (118,165,70). Sum of RGB (Red+Green+Blue) = 118+165+70=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 165 - color contains mainly: green. Hex color #76A546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A546 is #895AB9. Grayscale: #8C8C8C. Windows color (decimal): -9001658 or 4629878. OLE color: 4629878.

HSL color Cylindrical-coordinate representation of color #76A546: hue angle of 89.68º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76A546 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 165 70 -
CMYK 0.28 0 0.58 0.35
HSL 89.68º 0.4% 0.46% -
HSV(B) 89.68º 0.58% 0.65% -
XYZ 22.03 31.2 10.66 -
YUV 140.12 88.43 112.22 -
System Red Green Blue C M Y K H S L
Decimal 118 165 70 0.28 0 0.58 0.35 89.68 0.4 0.46
Hex 76 A5 46 1C 0 3A 23 5A 28 2E
Octal 166 245 106 34 0 72 43 132 50 56
Binary 1110110 10100101 1000110 11100 0 111010 100011 1011010 101000 101110

Color Harmonies of #76A546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A546

Black with #76A546

Text Example


Text Example

White with #76A546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A546; }

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

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

background-color css

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

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

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

border-color css

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

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

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