Html Css Color HEX #76A358 Asparagus

📋 copy color: '#76A358'

red 118 ◦ green 163 ◦ blue 88

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

Shades of Asparagus #76A358

Tints of Asparagus #76A358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.85%

R = 31.98%
G = 44.17%
B = 23.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#76A358 (or 0x76A358) is known color: Asparagus. HEX triplet: 76, A3 and 58. RGB value is (118,163,88). Sum of RGB (Red+Green+Blue) = 118+163+88=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 163 - color contains mainly: green. Hex color #76A358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A358 is #895CA7. Grayscale: #8D8D8D. Windows color (decimal): -9002152 or 5809014. OLE color: 5809014.

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

Color convert

RGB 118 163 88 -
CMYK 0.28 0 0.46 0.36
HSL 96º 0.3% 0.49% -
HSV(B) 96º 0.46% 0.64% -
XYZ 22.33 30.75 13.99 -
YUV 141 98.09 111.6 -
System Red Green Blue C M Y K H S L
Decimal 118 163 88 0.28 0 0.46 0.36 96 0.3 0.49
Hex 76 A3 58 1C 0 2E 24 60 1E 31
Octal 166 243 130 34 0 56 44 140 36 61
Binary 1110110 10100011 1011000 11100 0 101110 100100 1100000 11110 110001

Color Harmonies of #76A358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A358

Black with #76A358

Text Example


Text Example

White with #76A358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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