#75A243

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

Shades of Asparagus #75A243

Tints of Asparagus #75A243

Color information

#75A243 (or 0x75A243) is unknown color: approx Asparagus. HEX triplet: 75, A2 and 43. RGB value is (117,162,67). Sum of RGB (Red+Green+Blue) = 117+162+67=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #75A243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A243 is #8A5DBC. Grayscale: #8A8A8A. Windows color (decimal): -9067965 or 4432501. OLE color: 4432501.

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

Color convert

RGB11716267-
CMYK0.2800.590.36
HSL88.42º41.48%44.9%-
HSV(B)88.42º58.64%63.53%-
XYZ21.2730.039.99-
YUV137.7288.09113.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 162 (63.67% from 255) = 46.82%
BLUE value IS 67 (26.56% from 255) = 19.36%
R=33.82%
G=46.82%
B=19.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117162670.2800.590.3688.4241.4844.9
Hex75A2431C03B2458292d
Octal16524210334073441305155
Binary11101011010001010000111110001110111001001011000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,162,67); }

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

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

 a { background-color: rgb(117,162,67); }

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

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

 span { border-color: rgb(117,162,67); }

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