#75A262

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

Shades of Asparagus #75A262

Tints of Asparagus #75A262

Color information

#75A262 (or 0x75A262) is unknown color: approx Asparagus. HEX triplet: 75, A2 and 62. RGB value is (117,162,98). Sum of RGB (Red+Green+Blue) = 117+162+98=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 162 - color contains mainly: green. Hex color #75A262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A262 is #8A5D9D. Grayscale: #8D8D8D. Windows color (decimal): -9067934 or 6464117. OLE color: 6464117.

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

Color convert

RGB11716298-
CMYK0.2800.400.36
HSL102.19º25.6%50.98%-
HSV(B)102.19º39.51%63.53%-
XYZ22.4630.516.26-
YUV141.25103.59110.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 162 (63.67% from 255) = 42.97%
BLUE value IS 98 (38.67% from 255) = 25.99%
R=31.03%
G=42.97%
B=25.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117162980.2800.400.36102.1925.650.98
Hex75A2621C02824661a33
Octal16524214234050441463263
Binary1110101101000101100010111000101000100100110011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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