Html Css Color HEX #75A353 Asparagus

📋 copy color: '#75A353'

red 117 ◦ green 163 ◦ blue 83

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

Shades of Asparagus #75A353

Tints of Asparagus #75A353

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.9%

 BLUE value IS 83 (32.81% from 255) = 22.87%

R = 32.23%
G = 44.9%
B = 22.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#75A353 (or 0x75A353) is known color: Asparagus. HEX triplet: 75, A3 and 53. RGB value is (117,163,83). Sum of RGB (Red+Green+Blue) = 117+163+83=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 163 - color contains mainly: green. Hex color #75A353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A353 is #8A5CAC. Grayscale: #8C8C8C. Windows color (decimal): -9067693 or 5481333. OLE color: 5481333.

HSL color Cylindrical-coordinate representation of color #75A353: hue angle of 94.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75A353 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 163 83 -
CMYK 0.28 0 0.49 0.36
HSL 94.5º 0.33% 0.48% -
HSV(B) 94.5º 0.49% 0.64% -
XYZ 21.99 30.6 12.93 -
YUV 140.13 95.76 111.5 -
System Red Green Blue C M Y K H S L
Decimal 117 163 83 0.28 0 0.49 0.36 94.5 0.33 0.48
Hex 75 A3 53 1C 0 31 24 5E 21 30
Octal 165 243 123 34 0 61 44 136 41 60
Binary 1110101 10100011 1010011 11100 0 110001 100100 1011110 100001 110000

Color Harmonies of #75A353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A353

Black with #75A353

Text Example


Text Example

White with #75A353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,163,83); }

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

background-color css

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

 a { background-color: rgb(117,163,83); }

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

border-color css

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

 span { border-color: rgb(117,163,83); }

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