Html Css Color HEX #759E60 Asparagus

📋 copy color: '#759E60'

red 117 ◦ green 158 ◦ blue 96

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

Shades of Asparagus #759E60

Tints of Asparagus #759E60

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.59%

 BLUE value IS 96 (37.89% from 255) = 25.88%

R = 31.54%
G = 42.59%
B = 25.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#759E60 (or 0x759E60) is known color: Asparagus. HEX triplet: 75, 9E and 60. RGB value is (117,158,96). Sum of RGB (Red+Green+Blue) = 117+158+96=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #759E60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759E60 is #8A619F. Grayscale: #8A8A8A. Windows color (decimal): -9068960 or 6332021. OLE color: 6332021.

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

Color convert

RGB 117 158 96 -
CMYK 0.26 0 0.39 0.38
HSL 99.68º 0.24% 0.5% -
HSV(B) 99.68º 0.39% 0.62% -
XYZ 21.67 29.08 15.54 -
YUV 138.67 103.92 112.54 -
System Red Green Blue C M Y K H S L
Decimal 117 158 96 0.26 0 0.39 0.38 99.68 0.24 0.5
Hex 75 9E 60 1A 0 27 26 64 18 32
Octal 165 236 140 32 0 47 46 144 30 62
Binary 1110101 10011110 1100000 11010 0 100111 100110 1100100 11000 110010

Color Harmonies of #759E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759E60

Black with #759E60

Text Example


Text Example

White with #759E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,158,96); }

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

background-color css

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

 a { background-color: rgb(117,158,96); }

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

border-color css

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

 span { border-color: rgb(117,158,96); }

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