Html Css Color HEX #759A5D Asparagus

📋 copy color: '#759A5D'

red 117 ◦ green 154 ◦ blue 93

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

Shades of Asparagus #759A5D

Tints of Asparagus #759A5D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.31%

 BLUE value IS 93 (36.72% from 255) = 25.55%

R = 32.14%
G = 42.31%
B = 25.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#759A5D (or 0x759A5D) is known color: Asparagus. HEX triplet: 75, 9A and 5D. RGB value is (117,154,93). Sum of RGB (Red+Green+Blue) = 117+154+93=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 154 - color contains mainly: green. Hex color #759A5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759A5D is #8A65A2. Grayscale: #888888. Windows color (decimal): -9069987 or 6134389. OLE color: 6134389.

HSL color Cylindrical-coordinate representation of color #759A5D: hue angle of 96.39º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #759A5D is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 154 93 -
CMYK 0.24 0 0.40 0.40
HSL 96.39º 0.25% 0.48% -
HSV(B) 96.39º 0.4% 0.6% -
XYZ 20.87 27.68 14.6 -
YUV 135.98 103.74 114.46 -
System Red Green Blue C M Y K H S L
Decimal 117 154 93 0.24 0 0.40 0.40 96.39 0.25 0.48
Hex 75 9A 5D 18 0 28 28 60 19 30
Octal 165 232 135 30 0 50 50 140 31 60
Binary 1110101 10011010 1011101 11000 0 101000 101000 1100000 11001 110000

Color Harmonies of #759A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759A5D

Black with #759A5D

Text Example


Text Example

White with #759A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,154,93); }

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

background-color css

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

 a { background-color: rgb(117,154,93); }

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

border-color css

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

 span { border-color: rgb(117,154,93); }

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