#75A247

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

Shades of Asparagus #75A247

Tints of Asparagus #75A247

Color information

#75A247 (or 0x75A247) is unknown color: approx Asparagus. HEX triplet: 75, A2 and 47. RGB value is (117,162,71). Sum of RGB (Red+Green+Blue) = 117+162+71=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #75A247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A247 is #8A5DB8. Grayscale: #8A8A8A. Windows color (decimal): -9067961 or 4694645. OLE color: 4694645.

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

Color convert

RGB11716271-
CMYK0.2800.560.36
HSL89.67º39.06%45.69%-
HSV(B)89.67º56.17%63.53%-
XYZ21.3930.0810.64-
YUV138.1790.09112.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.43%
GREEN value IS 162 (63.67% from 255) = 46.29%
BLUE value IS 71 (28.12% from 255) = 20.29%
R=33.43%
G=46.29%
B=20.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117162710.2800.560.3689.6739.0645.69
Hex75A2471C038245a272e
Octal16524210734070441324756
Binary11101011010001010001111110001110001001001011010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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