Html Css Color HEX #76A345 Asparagus

📋 copy color: '#76A345'

red 118 ◦ green 163 ◦ blue 69

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

Shades of Asparagus #76A345

Tints of Asparagus #76A345

RGB

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

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

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

R = 33.71%
G = 46.57%
B = 19.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#76A345 (or 0x76A345) is known color: Asparagus. HEX triplet: 76, A3 and 45. RGB value is (118,163,69). Sum of RGB (Red+Green+Blue) = 118+163+69=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 163 - color contains mainly: green. Hex color #76A345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A345 is #895CBA. Grayscale: #8B8B8B. Windows color (decimal): -9002171 or 4563830. OLE color: 4563830.

HSL color Cylindrical-coordinate representation of color #76A345: hue angle of 88.72º 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 #76A345 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 163 69 -
CMYK 0.28 0 0.58 0.36
HSL 88.72º 0.41% 0.45% -
HSV(B) 88.72º 0.58% 0.64% -
XYZ 21.64 30.48 10.37 -
YUV 138.83 88.59 113.14 -
System Red Green Blue C M Y K H S L
Decimal 118 163 69 0.28 0 0.58 0.36 88.72 0.41 0.45
Hex 76 A3 45 1C 0 3A 24 59 29 2D
Octal 166 243 105 34 0 72 44 131 51 55
Binary 1110110 10100011 1000101 11100 0 111010 100100 1011001 101001 101101

Color Harmonies of #76A345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A345

Black with #76A345

Text Example


Text Example

White with #76A345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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