Html Css Color HEX #74AC56 Asparagus

📋 copy color: '#74AC56'

red 116 ◦ green 172 ◦ blue 86

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

Shades of Asparagus #74AC56

Tints of Asparagus #74AC56

RGB

 RED value IS 116 (45.7% from 255) = 31.02%

 GREEN value IS 172 (67.58% from 255) = 45.99%

 BLUE value IS 86 (33.98% from 255) = 22.99%

R = 31.02%
G = 45.99%
B = 22.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#74AC56 (or 0x74AC56) is known color: Asparagus. HEX triplet: 74, AC and 56. RGB value is (116,172,86). Sum of RGB (Red+Green+Blue) = 116+172+86=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC56 is #8B53A9. Grayscale: #919191. Windows color (decimal): -9130922 or 5680244. OLE color: 5680244.

HSL color Cylindrical-coordinate representation of color #74AC56: hue angle of 99.07º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74AC56 is Cyan = 0.33, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 172 86 -
CMYK 0.33 0 0.5 0.33
HSL 99.07º 0.34% 0.51% -
HSV(B) 99.07º 0.5% 0.67% -
XYZ 23.63 33.89 14.1 -
YUV 145.45 94.45 106.99 -
System Red Green Blue C M Y K H S L
Decimal 116 172 86 0.33 0 0.5 0.33 99.07 0.34 0.51
Hex 74 AC 56 21 0 32 21 63 22 33
Octal 164 254 126 41 0 62 41 143 42 63
Binary 1110100 10101100 1010110 100001 0 110010 100001 1100011 100010 110011

Color Harmonies of #74AC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC56

Black with #74AC56

Text Example


Text Example

White with #74AC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74AC56; }

 p { color: rgb(116,172,86); }

 H1.HeaderClassName
 {
   color: #74AC56;
 }
 .AnyTagClassName
 {
   color: #74AC56;
 }
</style>

background-color css

<style>
 a { background-color: #74AC56; }

 a { background-color: rgb(116,172,86); }

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

border-color css

<style>
 span { border-color: #74AC56; }

 span { border-color: rgb(116,172,86); }

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