#75A345

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

Shades of Asparagus #75A345

Tints of Asparagus #75A345

Color information

#75A345 (or 0x75A345) is unknown color: approx Asparagus. HEX triplet: 75, A3 and 45. RGB value is (117,163,69). Sum of RGB (Red+Green+Blue) = 117+163+69=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 163 - color contains mainly: green. Hex color #75A345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A345 is #8A5CBA. Grayscale: #8A8A8A. Windows color (decimal): -9067707 or 4563829. OLE color: 4563829.

HSL color Cylindrical-coordinate representation of color #75A345: hue angle of 89.36º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75A345 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB11716369-
CMYK0.2800.580.36
HSL89.36º40.52%45.49%-
HSV(B)89.36º57.67%63.92%-
XYZ21.5130.4110.37-
YUV138.5388.76112.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 163 (64.06% from 255) = 46.70%
BLUE value IS 69 (27.34% from 255) = 19.77%
R=33.52%
G=46.70%
B=19.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117163690.2800.580.3689.3640.5245.49
Hex75A3451C03A2459292d
Octal16524310534072441315155
Binary11101011010001110001011110001110101001001011001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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