Html Css Color HEX #759B50 Asparagus

📋 copy color: '#759B50'

red 117 ◦ green 155 ◦ blue 80

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

Shades of Asparagus #759B50

Tints of Asparagus #759B50

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.03%

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

R = 33.24%
G = 44.03%
B = 22.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#759B50 (or 0x759B50) is known color: Asparagus. HEX triplet: 75, 9B and 50. RGB value is (117,155,80). Sum of RGB (Red+Green+Blue) = 117+155+80=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #759B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B50 is #8A64AF. Grayscale: #878787. Windows color (decimal): -9069744 or 5282677. OLE color: 5282677.

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

Color convert

RGB 117 155 80 -
CMYK 0.25 0 0.48 0.39
HSL 90.4º 0.32% 0.46% -
HSV(B) 90.4º 0.48% 0.61% -
XYZ 20.51 27.8 11.88 -
YUV 135.09 96.91 115.1 -
System Red Green Blue C M Y K H S L
Decimal 117 155 80 0.25 0 0.48 0.39 90.4 0.32 0.46
Hex 75 9B 50 19 0 30 27 5A 20 2E
Octal 165 233 120 31 0 60 47 132 40 56
Binary 1110101 10011011 1010000 11001 0 110000 100111 1011010 100000 101110

Color Harmonies of #759B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B50

Black with #759B50

Text Example


Text Example

White with #759B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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