Html Css Color HEX #759A5C Asparagus

📋 copy color: '#759A5C'

red 117 ◦ green 154 ◦ blue 92

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

Shades of Asparagus #759A5C

Tints of Asparagus #759A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.34%

R = 32.23%
G = 42.42%
B = 25.34%

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

#759A5C (or 0x759A5C) is known color: Asparagus. HEX triplet: 75, 9A and 5C. RGB value is (117,154,92). Sum of RGB (Red+Green+Blue) = 117+154+92=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #759A5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759A5C is #8A65A3. Grayscale: #888888. Windows color (decimal): -9069988 or 6068853. OLE color: 6068853.

HSL color Cylindrical-coordinate representation of color #759A5C: hue angle of 95.81º 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 #759A5C is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 154 92 -
CMYK 0.24 0 0.40 0.40
HSL 95.81º 0.25% 0.48% -
HSV(B) 95.81º 0.4% 0.6% -
XYZ 20.82 27.67 14.37 -
YUV 135.87 103.24 114.54 -
System Red Green Blue C M Y K H S L
Decimal 117 154 92 0.24 0 0.40 0.40 95.81 0.25 0.48
Hex 75 9A 5C 18 0 28 28 60 19 30
Octal 165 232 134 30 0 50 50 140 31 60
Binary 1110101 10011010 1011100 11000 0 101000 101000 1100000 11001 110000

Color Harmonies of #759A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759A5C

Black with #759A5C

Text Example


Text Example

White with #759A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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