Html Css Color HEX #75A253 Asparagus

📋 copy color: '#75A253'

red 117 ◦ green 162 ◦ blue 83

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

Shades of Asparagus #75A253

Tints of Asparagus #75A253

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.75%

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

R = 32.32%
G = 44.75%
B = 22.93%

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

#75A253 (or 0x75A253) is known color: Asparagus. HEX triplet: 75, A2 and 53. RGB value is (117,162,83). Sum of RGB (Red+Green+Blue) = 117+162+83=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 162 - color contains mainly: green. Hex color #75A253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A253 is #8A5DAC. Grayscale: #8B8B8B. Windows color (decimal): -9067949 or 5481077. OLE color: 5481077.

HSL color Cylindrical-coordinate representation of color #75A253: hue angle of 94.18º degrees, saturation: 0.32, 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 #75A253 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 162 83 -
CMYK 0.28 0 0.49 0.36
HSL 94.18º 0.32% 0.48% -
HSV(B) 94.18º 0.49% 0.64% -
XYZ 21.82 30.25 12.87 -
YUV 139.54 96.09 111.92 -
System Red Green Blue C M Y K H S L
Decimal 117 162 83 0.28 0 0.49 0.36 94.18 0.32 0.48
Hex 75 A2 53 1C 0 31 24 5E 20 30
Octal 165 242 123 34 0 61 44 136 40 60
Binary 1110101 10100010 1010011 11100 0 110001 100100 1011110 100000 110000

Color Harmonies of #75A253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A253

Black with #75A253

Text Example


Text Example

White with #75A253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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