Html Css Color HEX #76A244 Asparagus

📋 copy color: '#76A244'

red 118 ◦ green 162 ◦ blue 68

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

Shades of Asparagus #76A244

Tints of Asparagus #76A244

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.55%

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

R = 33.91%
G = 46.55%
B = 19.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#76A244 (or 0x76A244) is known color: Asparagus. HEX triplet: 76, A2 and 44. RGB value is (118,162,68). Sum of RGB (Red+Green+Blue) = 118+162+68=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #76A244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A244 is #895DBB. Grayscale: #8A8A8A. Windows color (decimal): -9002428 or 4498038. OLE color: 4498038.

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

Color convert

RGB 118 162 68 -
CMYK 0.27 0 0.58 0.36
HSL 88.09º 0.41% 0.45% -
HSV(B) 88.09º 0.58% 0.64% -
XYZ 21.43 30.11 10.15 -
YUV 138.13 88.42 113.64 -
System Red Green Blue C M Y K H S L
Decimal 118 162 68 0.27 0 0.58 0.36 88.09 0.41 0.45
Hex 76 A2 44 1B 0 3A 24 58 29 2D
Octal 166 242 104 33 0 72 44 130 51 55
Binary 1110110 10100010 1000100 11011 0 111010 100100 1011000 101001 101101

Color Harmonies of #76A244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A244

Black with #76A244

Text Example


Text Example

White with #76A244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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