Html Css Color HEX #75A249 Asparagus

📋 copy color: '#75A249'

red 117 ◦ green 162 ◦ blue 73

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

Shades of Asparagus #75A249

Tints of Asparagus #75A249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.74%

R = 33.24%
G = 46.02%
B = 20.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#75A249 (or 0x75A249) is known color: Asparagus. HEX triplet: 75, A2 and 49. RGB value is (117,162,73). Sum of RGB (Red+Green+Blue) = 117+162+73=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #75A249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A249 is #8A5DB6. Grayscale: #8A8A8A. Windows color (decimal): -9067959 or 4825717. OLE color: 4825717.

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

Color convert

RGB 117 162 73 -
CMYK 0.28 0 0.55 0.36
HSL 90.34º 0.38% 0.46% -
HSV(B) 90.34º 0.55% 0.64% -
XYZ 21.46 30.1 10.98 -
YUV 138.4 91.09 112.74 -
System Red Green Blue C M Y K H S L
Decimal 117 162 73 0.28 0 0.55 0.36 90.34 0.38 0.46
Hex 75 A2 49 1C 0 37 24 5A 26 2E
Octal 165 242 111 34 0 67 44 132 46 56
Binary 1110101 10100010 1001001 11100 0 110111 100100 1011010 100110 101110

Color Harmonies of #75A249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A249

Black with #75A249

Text Example


Text Example

White with #75A249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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