#75A545

Color #75A545 Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #75A545

Tints of Asparagus #75A545

Color information

#75A545 (or 0x75A545) is unknown color: approx Asparagus. HEX triplet: 75, A5 and 45. RGB value is (117,165,69). Sum of RGB (Red+Green+Blue) = 117+165+69=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #75A545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A545 is #8A5ABA. Grayscale: #8C8C8C. Windows color (decimal): -9067195 or 4564341. OLE color: 4564341.

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

Color convert

RGB11716569-
CMYK0.2900.580.35
HSL90º41.03%45.88%-
HSV(B)90º58.18%64.71%-
XYZ21.8731.1210.48-
YUV139.788.1111.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 165 (64.84% from 255) = 47.01%
BLUE value IS 69 (27.34% from 255) = 19.66%
R=33.33%
G=47.01%
B=19.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117165690.2900.580.359041.0345.88
Hex75A5451D03A235a292e
Octal16524510535072431325156
Binary11101011010010110001011110101110101000111011010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #75A545;
 }
 .AnyTagClassName
 {
   color: #75A545;
 }
</style>
background-color css

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

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

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

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

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

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