Html Css Color HEX #76A748 Asparagus

📋 copy color: '#76A748'

red 118 ◦ green 167 ◦ blue 72

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

Shades of Asparagus #76A748

Tints of Asparagus #76A748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.17%

R = 33.05%
G = 46.78%
B = 20.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#76A748 (or 0x76A748) is known color: Asparagus. HEX triplet: 76, A7 and 48. RGB value is (118,167,72). Sum of RGB (Red+Green+Blue) = 118+167+72=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 167 - color contains mainly: green. Hex color #76A748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A748 is #8958B7. Grayscale: #8D8D8D. Windows color (decimal): -9001144 or 4761462. OLE color: 4761462.

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

Color convert

RGB 118 167 72 -
CMYK 0.29 0 0.57 0.35
HSL 90.95º 0.4% 0.47% -
HSV(B) 90.95º 0.57% 0.65% -
XYZ 22.46 31.96 11.12 -
YUV 141.52 88.77 111.22 -
System Red Green Blue C M Y K H S L
Decimal 118 167 72 0.29 0 0.57 0.35 90.95 0.4 0.47
Hex 76 A7 48 1D 0 39 23 5B 28 2F
Octal 166 247 110 35 0 71 43 133 50 57
Binary 1110110 10100111 1001000 11101 0 111001 100011 1011011 101000 101111

Color Harmonies of #76A748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A748

Black with #76A748

Text Example


Text Example

White with #76A748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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