Html Css Color HEX #76A548 Asparagus

📋 copy color: '#76A548'

red 118 ◦ green 165 ◦ blue 72

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

Shades of Asparagus #76A548

Tints of Asparagus #76A548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.48%

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

R = 33.24%
G = 46.48%
B = 20.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#76A548 (or 0x76A548) is known color: Asparagus. HEX triplet: 76, A5 and 48. RGB value is (118,165,72). Sum of RGB (Red+Green+Blue) = 118+165+72=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #76A548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A548 is #895AB7. Grayscale: #8C8C8C. Windows color (decimal): -9001656 or 4760950. OLE color: 4760950.

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

Color convert

RGB 118 165 72 -
CMYK 0.28 0 0.56 0.35
HSL 90.32º 0.39% 0.46% -
HSV(B) 90.32º 0.56% 0.65% -
XYZ 22.1 31.23 10.99 -
YUV 140.35 89.43 112.06 -
System Red Green Blue C M Y K H S L
Decimal 118 165 72 0.28 0 0.56 0.35 90.32 0.39 0.46
Hex 76 A5 48 1C 0 38 23 5A 27 2E
Octal 166 245 110 34 0 70 43 132 47 56
Binary 1110110 10100101 1001000 11100 0 111000 100011 1011010 100111 101110

Color Harmonies of #76A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A548

Black with #76A548

Text Example


Text Example

White with #76A548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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