Html Css Color HEX #759B5D Asparagus

📋 copy color: '#759B5D'

red 117 ◦ green 155 ◦ blue 93

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

Shades of Asparagus #759B5D

Tints of Asparagus #759B5D

RGB

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

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

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

R = 32.05%
G = 42.47%
B = 25.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#759B5D (or 0x759B5D) is known color: Asparagus. HEX triplet: 75, 9B and 5D. RGB value is (117,155,93). Sum of RGB (Red+Green+Blue) = 117+155+93=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #759B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B5D is #8A64A2. Grayscale: #888888. Windows color (decimal): -9069731 or 6134645. OLE color: 6134645.

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

Color convert

RGB 117 155 93 -
CMYK 0.25 0 0.4 0.39
HSL 96.77º 0.25% 0.49% -
HSV(B) 96.77º 0.4% 0.61% -
XYZ 21.03 28.01 14.65 -
YUV 136.57 103.41 114.04 -
System Red Green Blue C M Y K H S L
Decimal 117 155 93 0.25 0 0.4 0.39 96.77 0.25 0.49
Hex 75 9B 5D 19 0 28 27 61 19 31
Octal 165 233 135 31 0 50 47 141 31 61
Binary 1110101 10011011 1011101 11001 0 101000 100111 1100001 11001 110001

Color Harmonies of #759B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B5D

Black with #759B5D

Text Example


Text Example

White with #759B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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