Html Css Color HEX #75AD60 Asparagus

📋 copy color: '#75AD60'

red 117 ◦ green 173 ◦ blue 96

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

Shades of Asparagus #75AD60

Tints of Asparagus #75AD60

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.82%

 BLUE value IS 96 (37.89% from 255) = 24.87%

R = 30.31%
G = 44.82%
B = 24.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#75AD60 (or 0x75AD60) is known color: Asparagus. HEX triplet: 75, AD and 60. RGB value is (117,173,96). Sum of RGB (Red+Green+Blue) = 117+173+96=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD60 is #8A529F. Grayscale: #939393. Windows color (decimal): -9065120 or 6335861. OLE color: 6335861.

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

Color convert

RGB 117 173 96 -
CMYK 0.32 0 0.45 0.32
HSL 103.64º 0.32% 0.53% -
HSV(B) 103.64º 0.45% 0.68% -
XYZ 24.39 34.51 16.44 -
YUV 147.48 98.95 106.26 -
System Red Green Blue C M Y K H S L
Decimal 117 173 96 0.32 0 0.45 0.32 103.64 0.32 0.53
Hex 75 AD 60 20 0 2D 20 68 20 35
Octal 165 255 140 40 0 55 40 150 40 65
Binary 1110101 10101101 1100000 100000 0 101101 100000 1101000 100000 110101

Color Harmonies of #75AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AD60

Black with #75AD60

Text Example


Text Example

White with #75AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,173,96); }

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

background-color css

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

 a { background-color: rgb(117,173,96); }

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

border-color css

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

 span { border-color: rgb(117,173,96); }

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