Html Css Color HEX #75A756 Asparagus

📋 copy color: '#75A756'

red 117 ◦ green 167 ◦ blue 86

#75A756
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #75A756

Tints of Asparagus #75A756

RGB

 RED value IS 117 (46.09% from 255) = 31.62%

 GREEN value IS 167 (65.63% from 255) = 45.14%

 BLUE value IS 86 (33.98% from 255) = 23.24%

R = 31.62%
G = 45.14%
B = 23.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#75A756 (or 0x75A756) is known color: Asparagus. HEX triplet: 75, A7 and 56. RGB value is (117,167,86). Sum of RGB (Red+Green+Blue) = 117+167+86=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 167 - color contains mainly: green. Hex color #75A756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A756 is #8A58A9. Grayscale: #8F8F8F. Windows color (decimal): -9066666 or 5678965. OLE color: 5678965.

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

Color convert

RGB 117 167 86 -
CMYK 0.30 0 0.49 0.35
HSL 97.04º 0.32% 0.5% -
HSV(B) 97.04º 0.49% 0.65% -
XYZ 22.83 32.09 13.79 -
YUV 142.82 95.94 109.59 -
System Red Green Blue C M Y K H S L
Decimal 117 167 86 0.30 0 0.49 0.35 97.04 0.32 0.5
Hex 75 A7 56 1E 0 31 23 61 20 32
Octal 165 247 126 36 0 61 43 141 40 62
Binary 1110101 10100111 1010110 11110 0 110001 100011 1100001 100000 110010

Color Harmonies of #75A756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A756

Black with #75A756

Text Example


Text Example

White with #75A756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,167,86); }

 H1.HeaderClassName
 {
   color: #75A756;
 }
 .AnyTagClassName
 {
   color: #75A756;
 }
</style>

background-color css

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

 a { background-color: rgb(117,167,86); }

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

border-color css

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

 span { border-color: rgb(117,167,86); }

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