Html Css Color HEX #76A558 Asparagus

📋 copy color: '#76A558'

red 118 ◦ green 165 ◦ blue 88

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

Shades of Asparagus #76A558

Tints of Asparagus #76A558

RGB

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

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

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

R = 31.81%
G = 44.47%
B = 23.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#76A558 (or 0x76A558) is known color: Asparagus. HEX triplet: 76, A5 and 58. RGB value is (118,165,88). Sum of RGB (Red+Green+Blue) = 118+165+88=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #76A558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A558 is #895AA7. Grayscale: #8E8E8E. Windows color (decimal): -9001640 or 5809526. OLE color: 5809526.

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

Color convert

RGB 118 165 88 -
CMYK 0.28 0 0.47 0.35
HSL 96.62º 0.3% 0.5% -
HSV(B) 96.62º 0.47% 0.65% -
XYZ 22.69 31.47 14.11 -
YUV 142.17 97.43 110.76 -
System Red Green Blue C M Y K H S L
Decimal 118 165 88 0.28 0 0.47 0.35 96.62 0.3 0.5
Hex 76 A5 58 1C 0 2F 23 61 1E 32
Octal 166 245 130 34 0 57 43 141 36 62
Binary 1110110 10100101 1011000 11100 0 101111 100011 1100001 11110 110010

Color Harmonies of #76A558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A558

Black with #76A558

Text Example


Text Example

White with #76A558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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