Html Css Color HEX #759A50 Asparagus

📋 copy color: '#759A50'

red 117 ◦ green 154 ◦ blue 80

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

Shades of Asparagus #759A50

Tints of Asparagus #759A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.79%

R = 33.33%
G = 43.87%
B = 22.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#759A50 (or 0x759A50) is known color: Asparagus. HEX triplet: 75, 9A and 50. RGB value is (117,154,80). Sum of RGB (Red+Green+Blue) = 117+154+80=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 154 - color contains mainly: green. Hex color #759A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759A50 is #8A65AF. Grayscale: #868686. Windows color (decimal): -9070000 or 5282421. OLE color: 5282421.

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

Color convert

RGB 117 154 80 -
CMYK 0.24 0 0.48 0.40
HSL 90º 0.32% 0.46% -
HSV(B) 90º 0.48% 0.6% -
XYZ 20.34 27.47 11.82 -
YUV 134.5 97.24 115.52 -
System Red Green Blue C M Y K H S L
Decimal 117 154 80 0.24 0 0.48 0.40 90 0.32 0.46
Hex 75 9A 50 18 0 30 28 5A 20 2E
Octal 165 232 120 30 0 60 50 132 40 56
Binary 1110101 10011010 1010000 11000 0 110000 101000 1011010 100000 101110

Color Harmonies of #759A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759A50

Black with #759A50

Text Example


Text Example

White with #759A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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