#75A64F

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

Shades of Asparagus #75A64F

Tints of Asparagus #75A64F

Color information

#75A64F (or 0x75A64F) is unknown color: approx Asparagus. HEX triplet: 75, A6 and 4F. RGB value is (117,166,79). Sum of RGB (Red+Green+Blue) = 117+166+79=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #75A64F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A64F is #8A59B0. Grayscale: #8D8D8D. Windows color (decimal): -9066929 or 5219957. OLE color: 5219957.

HSL color Cylindrical-coordinate representation of color #75A64F: hue angle of 93.79º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75A64F is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB11716679-
CMYK0.3000.520.35
HSL93.79º35.51%48.04%-
HSV(B)93.79º52.41%65.1%-
XYZ22.3831.6212.32-
YUV141.4392.77110.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.32%
GREEN value IS 166 (65.23% from 255) = 45.86%
BLUE value IS 79 (31.25% from 255) = 21.82%
R=32.32%
G=45.86%
B=21.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117166790.3000.520.3593.7935.5148.04
Hex75A64F1E034235e2430
Octal16524611736064431364460
Binary11101011010011010011111111001101001000111011110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,166,79); }

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

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

 a { background-color: rgb(117,166,79); }

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

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

 span { border-color: rgb(117,166,79); }

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