Html Css Color HEX #75AC50 Asparagus

📋 copy color: '#75AC50'

red 117 ◦ green 172 ◦ blue 80

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

Shades of Asparagus #75AC50

Tints of Asparagus #75AC50

RGB

 RED value IS 117 (46.09% from 255) = 31.71%

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

 BLUE value IS 80 (31.64% from 255) = 21.68%

R = 31.71%
G = 46.61%
B = 21.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#75AC50 (or 0x75AC50) is known color: Asparagus. HEX triplet: 75, AC and 50. RGB value is (117,172,80). Sum of RGB (Red+Green+Blue) = 117+172+80=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AC50 is #8A53AF. Grayscale: #919191. Windows color (decimal): -9065392 or 5287029. OLE color: 5287029.

HSL color Cylindrical-coordinate representation of color #75AC50: hue angle of 95.87º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75AC50 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 172 80 -
CMYK 0.32 0 0.53 0.33
HSL 95.87º 0.37% 0.49% -
HSV(B) 95.87º 0.53% 0.67% -
XYZ 23.54 33.87 12.89 -
YUV 145.07 91.28 107.98 -
System Red Green Blue C M Y K H S L
Decimal 117 172 80 0.32 0 0.53 0.33 95.87 0.37 0.49
Hex 75 AC 50 20 0 35 21 60 25 31
Octal 165 254 120 40 0 65 41 140 45 61
Binary 1110101 10101100 1010000 100000 0 110101 100001 1100000 100101 110001

Color Harmonies of #75AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC50

Black with #75AC50

Text Example


Text Example

White with #75AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75AC50; }

 p { color: rgb(117,172,80); }

 H1.HeaderClassName
 {
   color: #75AC50;
 }
 .AnyTagClassName
 {
   color: #75AC50;
 }
</style>

background-color css

<style>
 a { background-color: #75AC50; }

 a { background-color: rgb(117,172,80); }

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

border-color css

<style>
 span { border-color: #75AC50; }

 span { border-color: rgb(117,172,80); }

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