Html Css Color HEX #759B5B Asparagus

📋 copy color: '#759B5B'

red 117 ◦ green 155 ◦ blue 91

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

Shades of Asparagus #759B5B

Tints of Asparagus #759B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.07%

R = 32.23%
G = 42.7%
B = 25.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#759B5B (or 0x759B5B) is known color: Asparagus. HEX triplet: 75, 9B and 5B. RGB value is (117,155,91). Sum of RGB (Red+Green+Blue) = 117+155+91=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #759B5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B5B is #8A64A4. Grayscale: #888888. Windows color (decimal): -9069733 or 6003573. OLE color: 6003573.

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

Color convert

RGB 117 155 91 -
CMYK 0.25 0 0.41 0.39
HSL 95.63º 0.26% 0.48% -
HSV(B) 95.63º 0.41% 0.61% -
XYZ 20.95 27.98 14.19 -
YUV 136.34 102.41 114.2 -
System Red Green Blue C M Y K H S L
Decimal 117 155 91 0.25 0 0.41 0.39 95.63 0.26 0.48
Hex 75 9B 5B 19 0 29 27 60 1A 30
Octal 165 233 133 31 0 51 47 140 32 60
Binary 1110101 10011011 1011011 11001 0 101001 100111 1100000 11010 110000

Color Harmonies of #759B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B5B

Black with #759B5B

Text Example


Text Example

White with #759B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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