Html Css Color HEX #76A34A Asparagus

📋 copy color: '#76A34A'

red 118 ◦ green 163 ◦ blue 74

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

Shades of Asparagus #76A34A

Tints of Asparagus #76A34A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.92%

 BLUE value IS 74 (29.3% from 255) = 20.85%

R = 33.24%
G = 45.92%
B = 20.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#76A34A (or 0x76A34A) is known color: Asparagus. HEX triplet: 76, A3 and 4A. RGB value is (118,163,74). Sum of RGB (Red+Green+Blue) = 118+163+74=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 163 - color contains mainly: green. Hex color #76A34A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A34A is #895CB5. Grayscale: #8B8B8B. Windows color (decimal): -9002166 or 4891510. OLE color: 4891510.

HSL color Cylindrical-coordinate representation of color #76A34A: hue angle of 90.34º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76A34A is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 163 74 -
CMYK 0.28 0 0.55 0.36
HSL 90.34º 0.38% 0.46% -
HSV(B) 90.34º 0.55% 0.64% -
XYZ 21.8 30.54 11.22 -
YUV 139.4 91.09 112.74 -
System Red Green Blue C M Y K H S L
Decimal 118 163 74 0.28 0 0.55 0.36 90.34 0.38 0.46
Hex 76 A3 4A 1C 0 37 24 5A 26 2E
Octal 166 243 112 34 0 67 44 132 46 56
Binary 1110110 10100011 1001010 11100 0 110111 100100 1011010 100110 101110

Color Harmonies of #76A34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A34A

Black with #76A34A

Text Example


Text Example

White with #76A34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,163,74); }

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

background-color css

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

 a { background-color: rgb(118,163,74); }

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

border-color css

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

 span { border-color: rgb(118,163,74); }

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