Html Css Color HEX #75A352 Asparagus

📋 copy color: '#75A352'

red 117 ◦ green 163 ◦ blue 82

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

Shades of Asparagus #75A352

Tints of Asparagus #75A352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.65%

R = 32.32%
G = 45.03%
B = 22.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#75A352 (or 0x75A352) is known color: Asparagus. HEX triplet: 75, A3 and 52. RGB value is (117,163,82). Sum of RGB (Red+Green+Blue) = 117+163+82=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 163 - color contains mainly: green. Hex color #75A352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A352 is #8A5CAD. Grayscale: #8C8C8C. Windows color (decimal): -9067694 or 5415797. OLE color: 5415797.

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

Color convert

RGB 117 163 82 -
CMYK 0.28 0 0.50 0.36
HSL 94.07º 0.33% 0.48% -
HSV(B) 94.07º 0.5% 0.64% -
XYZ 21.96 30.59 12.73 -
YUV 140.01 95.26 111.59 -
System Red Green Blue C M Y K H S L
Decimal 117 163 82 0.28 0 0.50 0.36 94.07 0.33 0.48
Hex 75 A3 52 1C 0 32 24 5E 21 30
Octal 165 243 122 34 0 62 44 136 41 60
Binary 1110101 10100011 1010010 11100 0 110010 100100 1011110 100001 110000

Color Harmonies of #75A352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A352

Black with #75A352

Text Example


Text Example

White with #75A352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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