Html Css Color HEX #75AD5D Asparagus

📋 copy color: '#75AD5D'

red 117 ◦ green 173 ◦ blue 93

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

Shades of Asparagus #75AD5D

Tints of Asparagus #75AD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.28%

R = 30.55%
G = 45.17%
B = 24.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#75AD5D (or 0x75AD5D) is known color: Asparagus. HEX triplet: 75, AD and 5D. RGB value is (117,173,93). Sum of RGB (Red+Green+Blue) = 117+173+93=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD5D is #8A52A2. Grayscale: #939393. Windows color (decimal): -9065123 or 6139253. OLE color: 6139253.

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

Color convert

RGB 117 173 93 -
CMYK 0.32 0 0.46 0.32
HSL 102º 0.33% 0.52% -
HSV(B) 102º 0.46% 0.68% -
XYZ 24.26 34.46 15.73 -
YUV 147.14 97.45 106.5 -
System Red Green Blue C M Y K H S L
Decimal 117 173 93 0.32 0 0.46 0.32 102 0.33 0.52
Hex 75 AD 5D 20 0 2E 20 66 21 34
Octal 165 255 135 40 0 56 40 146 41 64
Binary 1110101 10101101 1011101 100000 0 101110 100000 1100110 100001 110100

Color Harmonies of #75AD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AD5D

Black with #75AD5D

Text Example


Text Example

White with #75AD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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