Html Css Color HEX #75AC55 Asparagus

📋 copy color: '#75AC55'

red 117 ◦ green 172 ◦ blue 85

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

Shades of Asparagus #75AC55

Tints of Asparagus #75AC55

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.99%

 BLUE value IS 85 (33.59% from 255) = 22.73%

R = 31.28%
G = 45.99%
B = 22.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#75AC55 (or 0x75AC55) is known color: Asparagus. HEX triplet: 75, AC and 55. RGB value is (117,172,85). Sum of RGB (Red+Green+Blue) = 117+172+85=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AC55 is #8A53AA. Grayscale: #919191. Windows color (decimal): -9065387 or 5614709. OLE color: 5614709.

HSL color Cylindrical-coordinate representation of color #75AC55: hue angle of 97.93º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75AC55 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 172 85 -
CMYK 0.32 0 0.51 0.33
HSL 97.93º 0.34% 0.5% -
HSV(B) 97.93º 0.51% 0.67% -
XYZ 23.73 33.94 13.9 -
YUV 145.64 93.78 107.57 -
System Red Green Blue C M Y K H S L
Decimal 117 172 85 0.32 0 0.51 0.33 97.93 0.34 0.5
Hex 75 AC 55 20 0 33 21 62 22 32
Octal 165 254 125 40 0 63 41 142 42 62
Binary 1110101 10101100 1010101 100000 0 110011 100001 1100010 100010 110010

Color Harmonies of #75AC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC55

Black with #75AC55

Text Example


Text Example

White with #75AC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,172,85); }

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

background-color css

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

 a { background-color: rgb(117,172,85); }

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

border-color css

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

 span { border-color: rgb(117,172,85); }

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