Html Css Color HEX #75A547 Asparagus

📋 copy color: '#75A547'

red 117 ◦ green 165 ◦ blue 71

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

Shades of Asparagus #75A547

Tints of Asparagus #75A547

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.74%

 BLUE value IS 71 (28.13% from 255) = 20.11%

R = 33.14%
G = 46.74%
B = 20.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#75A547 (or 0x75A547) is known color: Asparagus. HEX triplet: 75, A5 and 47. RGB value is (117,165,71). Sum of RGB (Red+Green+Blue) = 117+165+71=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 165 - color contains mainly: green. Hex color #75A547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A547 is #8A5AB8. Grayscale: #8C8C8C. Windows color (decimal): -9067193 or 4695413. OLE color: 4695413.

HSL color Cylindrical-coordinate representation of color #75A547: hue angle of 90.64º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75A547 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 165 71 -
CMYK 0.29 0 0.57 0.35
HSL 90.64º 0.4% 0.46% -
HSV(B) 90.64º 0.57% 0.65% -
XYZ 21.93 31.15 10.82 -
YUV 139.93 89.1 111.64 -
System Red Green Blue C M Y K H S L
Decimal 117 165 71 0.29 0 0.57 0.35 90.64 0.4 0.46
Hex 75 A5 47 1D 0 39 23 5B 28 2E
Octal 165 245 107 35 0 71 43 133 50 56
Binary 1110101 10100101 1000111 11101 0 111001 100011 1011011 101000 101110

Color Harmonies of #75A547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A547

Black with #75A547

Text Example


Text Example

White with #75A547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,165,71); }

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

background-color css

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

 a { background-color: rgb(117,165,71); }

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

border-color css

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

 span { border-color: rgb(117,165,71); }

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