Html Css Color HEX #76A745 Asparagus

📋 copy color: '#76A745'

red 118 ◦ green 167 ◦ blue 69

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

Shades of Asparagus #76A745

Tints of Asparagus #76A745

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.18%

 BLUE value IS 69 (27.34% from 255) = 19.49%

R = 33.33%
G = 47.18%
B = 19.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#76A745 (or 0x76A745) is known color: Asparagus. HEX triplet: 76, A7 and 45. RGB value is (118,167,69). Sum of RGB (Red+Green+Blue) = 118+167+69=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 167 - color contains mainly: green. Hex color #76A745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A745 is #8958BA. Grayscale: #8D8D8D. Windows color (decimal): -9001147 or 4564854. OLE color: 4564854.

HSL color Cylindrical-coordinate representation of color #76A745: hue angle of 90º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76A745 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 167 69 -
CMYK 0.29 0 0.59 0.35
HSL 90º 0.42% 0.46% -
HSV(B) 90º 0.59% 0.65% -
XYZ 22.36 31.92 10.61 -
YUV 141.18 87.27 111.47 -
System Red Green Blue C M Y K H S L
Decimal 118 167 69 0.29 0 0.59 0.35 90 0.42 0.46
Hex 76 A7 45 1D 0 3B 23 5A 2A 2E
Octal 166 247 105 35 0 73 43 132 52 56
Binary 1110110 10100111 1000101 11101 0 111011 100011 1011010 101010 101110

Color Harmonies of #76A745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A745

Black with #76A745

Text Example


Text Example

White with #76A745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,167,69); }

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

background-color css

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

 a { background-color: rgb(118,167,69); }

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

border-color css

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

 span { border-color: rgb(118,167,69); }

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