Html Css Color HEX #76A34C Asparagus

📋 copy color: '#76A34C'

red 118 ◦ green 163 ◦ blue 76

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

Shades of Asparagus #76A34C

Tints of Asparagus #76A34C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.29%

R = 33.05%
G = 45.66%
B = 21.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#76A34C (or 0x76A34C) is known color: Asparagus. HEX triplet: 76, A3 and 4C. RGB value is (118,163,76). Sum of RGB (Red+Green+Blue) = 118+163+76=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 163 - color contains mainly: green. Hex color #76A34C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A34C is #895CB3. Grayscale: #8B8B8B. Windows color (decimal): -9002164 or 5022582. OLE color: 5022582.

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

Color convert

RGB 118 163 76 -
CMYK 0.28 0 0.53 0.36
HSL 91.03º 0.36% 0.47% -
HSV(B) 91.03º 0.53% 0.64% -
XYZ 21.87 30.57 11.58 -
YUV 139.63 92.09 112.57 -
System Red Green Blue C M Y K H S L
Decimal 118 163 76 0.28 0 0.53 0.36 91.03 0.36 0.47
Hex 76 A3 4C 1C 0 35 24 5B 24 2F
Octal 166 243 114 34 0 65 44 133 44 57
Binary 1110110 10100011 1001100 11100 0 110101 100100 1011011 100100 101111

Color Harmonies of #76A34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A34C

Black with #76A34C

Text Example


Text Example

White with #76A34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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