Html Css Color HEX #75A649 Asparagus

📋 copy color: '#75A649'

red 117 ◦ green 166 ◦ blue 73

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

Shades of Asparagus #75A649

Tints of Asparagus #75A649

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.63%

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

R = 32.87%
G = 46.63%
B = 20.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#75A649 (or 0x75A649) is known color: Asparagus. HEX triplet: 75, A6 and 49. RGB value is (117,166,73). Sum of RGB (Red+Green+Blue) = 117+166+73=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #75A649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A649 is #8A59B6. Grayscale: #8D8D8D. Windows color (decimal): -9066935 or 4826741. OLE color: 4826741.

HSL color Cylindrical-coordinate representation of color #75A649: hue angle of 91.61º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75A649 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 166 73 -
CMYK 0.30 0 0.56 0.35
HSL 91.61º 0.39% 0.47% -
HSV(B) 91.61º 0.56% 0.65% -
XYZ 22.17 31.54 11.22 -
YUV 140.75 89.77 111.06 -
System Red Green Blue C M Y K H S L
Decimal 117 166 73 0.30 0 0.56 0.35 91.61 0.39 0.47
Hex 75 A6 49 1E 0 38 23 5C 27 2F
Octal 165 246 111 36 0 70 43 134 47 57
Binary 1110101 10100110 1001001 11110 0 111000 100011 1011100 100111 101111

Color Harmonies of #75A649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A649

Black with #75A649

Text Example


Text Example

White with #75A649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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