Html Css Color HEX #75A44B Asparagus

📋 copy color: '#75A44B'

red 117 ◦ green 164 ◦ blue 75

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

Shades of Asparagus #75A44B

Tints of Asparagus #75A44B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.07%

 BLUE value IS 75 (29.69% from 255) = 21.07%

R = 32.87%
G = 46.07%
B = 21.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#75A44B (or 0x75A44B) is known color: Asparagus. HEX triplet: 75, A4 and 4B. RGB value is (117,164,75). Sum of RGB (Red+Green+Blue) = 117+164+75=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #75A44B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A44B is #8A5BB4. Grayscale: #8C8C8C. Windows color (decimal): -9067445 or 4957301. OLE color: 4957301.

HSL color Cylindrical-coordinate representation of color #75A44B: hue angle of 91.69º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75A44B is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 164 75 -
CMYK 0.29 0 0.54 0.36
HSL 91.69º 0.37% 0.47% -
HSV(B) 91.69º 0.54% 0.64% -
XYZ 21.88 30.84 11.46 -
YUV 139.8 91.43 111.74 -
System Red Green Blue C M Y K H S L
Decimal 117 164 75 0.29 0 0.54 0.36 91.69 0.37 0.47
Hex 75 A4 4B 1D 0 36 24 5C 25 2F
Octal 165 244 113 35 0 66 44 134 45 57
Binary 1110101 10100100 1001011 11101 0 110110 100100 1011100 100101 101111

Color Harmonies of #75A44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A44B

Black with #75A44B

Text Example


Text Example

White with #75A44B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,164,75); }

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

background-color css

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

 a { background-color: rgb(117,164,75); }

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

border-color css

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

 span { border-color: rgb(117,164,75); }

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