#75A34C

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

Shades of Asparagus #75A34C

Tints of Asparagus #75A34C

Color information

#75A34C (or 0x75A34C) is unknown color: approx Asparagus. HEX triplet: 75, A3 and 4C. RGB value is (117,163,76). Sum of RGB (Red+Green+Blue) = 117+163+76=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 163 - color contains mainly: green. Hex color #75A34C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A34C is #8A5CB3. Grayscale: #8B8B8B. Windows color (decimal): -9067700 or 5022581. OLE color: 5022581.

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

Color convert

RGB11716376-
CMYK0.2800.530.36
HSL91.72º36.4%46.86%-
HSV(B)91.72º53.37%63.92%-
XYZ21.7430.511.58-
YUV139.3392.26112.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 163 (64.06% from 255) = 45.79%
BLUE value IS 76 (30.08% from 255) = 21.35%
R=32.87%
G=45.79%
B=21.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117163760.2800.530.3691.7236.446.86
Hex75A34C1C035245c242f
Octal16524311434065441344457
Binary11101011010001110011001110001101011001001011100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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