Html Css Color HEX #76A144 Asparagus

📋 copy color: '#76A144'

red 118 ◦ green 161 ◦ blue 68

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

Shades of Asparagus #76A144

Tints of Asparagus #76A144

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.4%

 BLUE value IS 68 (26.95% from 255) = 19.6%

R = 34.01%
G = 46.4%
B = 19.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#76A144 (or 0x76A144) is known color: Asparagus. HEX triplet: 76, A1 and 44. RGB value is (118,161,68). Sum of RGB (Red+Green+Blue) = 118+161+68=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #76A144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A144 is #895EBB. Grayscale: #898989. Windows color (decimal): -9002684 or 4497782. OLE color: 4497782.

HSL color Cylindrical-coordinate representation of color #76A144: hue angle of 87.74º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76A144 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 161 68 -
CMYK 0.27 0 0.58 0.37
HSL 87.74º 0.41% 0.45% -
HSV(B) 87.74º 0.58% 0.63% -
XYZ 21.26 29.76 10.09 -
YUV 137.54 88.75 114.06 -
System Red Green Blue C M Y K H S L
Decimal 118 161 68 0.27 0 0.58 0.37 87.74 0.41 0.45
Hex 76 A1 44 1B 0 3A 25 58 29 2D
Octal 166 241 104 33 0 72 45 130 51 55
Binary 1110110 10100001 1000100 11011 0 111010 100101 1011000 101001 101101

Color Harmonies of #76A144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A144

Black with #76A144

Text Example


Text Example

White with #76A144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,161,68); }

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

background-color css

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

 a { background-color: rgb(118,161,68); }

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

border-color css

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

 span { border-color: rgb(118,161,68); }

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