#75A252

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

Shades of Asparagus #75A252

Tints of Asparagus #75A252

Color information

#75A252 (or 0x75A252) is unknown color: approx Asparagus. HEX triplet: 75, A2 and 52. RGB value is (117,162,82). Sum of RGB (Red+Green+Blue) = 117+162+82=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #75A252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A252 is #8A5DAD. Grayscale: #8B8B8B. Windows color (decimal): -9067950 or 5415541. OLE color: 5415541.

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

Color convert

RGB11716282-
CMYK0.2800.490.36
HSL93.75º32.79%47.84%-
HSV(B)93.75º49.38%63.53%-
XYZ21.7830.2312.67-
YUV139.4395.59112-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.41%
GREEN value IS 162 (63.67% from 255) = 44.88%
BLUE value IS 82 (32.42% from 255) = 22.71%
R=32.41%
G=44.88%
B=22.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117162820.2800.490.3693.7532.7947.84
Hex75A2521C031245e2130
Octal16524212234061441364160
Binary11101011010001010100101110001100011001001011110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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