Html Css Color HEX #759F58 Asparagus

📋 copy color: '#759F58'

red 117 ◦ green 159 ◦ blue 88

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

Shades of Asparagus #759F58

Tints of Asparagus #759F58

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.68%

 BLUE value IS 88 (34.77% from 255) = 24.18%

R = 32.14%
G = 43.68%
B = 24.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#759F58 (or 0x759F58) is known color: Asparagus. HEX triplet: 75, 9F and 58. RGB value is (117,159,88). Sum of RGB (Red+Green+Blue) = 117+159+88=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 159 - color contains mainly: green. Hex color #759F58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F58 is #8A60A7. Grayscale: #8A8A8A. Windows color (decimal): -9068712 or 5807989. OLE color: 5807989.

HSL color Cylindrical-coordinate representation of color #759F58: hue angle of 95.49º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #759F58 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 159 88 -
CMYK 0.26 0 0.45 0.38
HSL 95.49º 0.29% 0.48% -
HSV(B) 95.49º 0.45% 0.62% -
XYZ 21.5 29.28 13.75 -
YUV 138.35 99.59 112.77 -
System Red Green Blue C M Y K H S L
Decimal 117 159 88 0.26 0 0.45 0.38 95.49 0.29 0.48
Hex 75 9F 58 1A 0 2D 26 5F 1D 30
Octal 165 237 130 32 0 55 46 137 35 60
Binary 1110101 10011111 1011000 11010 0 101101 100110 1011111 11101 110000

Color Harmonies of #759F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759F58

Black with #759F58

Text Example


Text Example

White with #759F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759F58; }

 p { color: rgb(117,159,88); }

 H1.HeaderClassName
 {
   color: #759F58;
 }
 .AnyTagClassName
 {
   color: #759F58;
 }
</style>

background-color css

<style>
 a { background-color: #759F58; }

 a { background-color: rgb(117,159,88); }

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

border-color css

<style>
 span { border-color: #759F58; }

 span { border-color: rgb(117,159,88); }

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