Html Css Color HEX #759D55 Asparagus

📋 copy color: '#759D55'

red 117 ◦ green 157 ◦ blue 85

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

Shades of Asparagus #759D55

Tints of Asparagus #759D55

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.73%

 BLUE value IS 85 (33.59% from 255) = 23.68%

R = 32.59%
G = 43.73%
B = 23.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#759D55 (or 0x759D55) is known color: Asparagus. HEX triplet: 75, 9D and 55. RGB value is (117,157,85). Sum of RGB (Red+Green+Blue) = 117+157+85=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #759D55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759D55 is #8A62AA. Grayscale: #898989. Windows color (decimal): -9069227 or 5610869. OLE color: 5610869.

HSL color Cylindrical-coordinate representation of color #759D55: hue angle of 93.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #759D55 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 157 85 -
CMYK 0.25 0 0.46 0.38
HSL 93.33º 0.3% 0.47% -
HSV(B) 93.33º 0.46% 0.62% -
XYZ 21.03 28.55 13 -
YUV 136.83 98.75 113.85 -
System Red Green Blue C M Y K H S L
Decimal 117 157 85 0.25 0 0.46 0.38 93.33 0.3 0.47
Hex 75 9D 55 19 0 2E 26 5D 1E 2F
Octal 165 235 125 31 0 56 46 135 36 57
Binary 1110101 10011101 1010101 11001 0 101110 100110 1011101 11110 101111

Color Harmonies of #759D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759D55

Black with #759D55

Text Example


Text Example

White with #759D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,157,85); }

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

background-color css

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

 a { background-color: rgb(117,157,85); }

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

border-color css

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

 span { border-color: rgb(117,157,85); }

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