Html Css Color HEX #759B55 Asparagus

📋 copy color: '#759B55'

red 117 ◦ green 155 ◦ blue 85

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

Shades of Asparagus #759B55

Tints of Asparagus #759B55

RGB

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

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

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

R = 32.77%
G = 43.42%
B = 23.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#759B55 (or 0x759B55) is known color: Asparagus. HEX triplet: 75, 9B and 55. RGB value is (117,155,85). Sum of RGB (Red+Green+Blue) = 117+155+85=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #759B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B55 is #8A64AA. Grayscale: #878787. Windows color (decimal): -9069739 or 5610357. OLE color: 5610357.

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

Color convert

RGB 117 155 85 -
CMYK 0.25 0 0.45 0.39
HSL 92.57º 0.29% 0.47% -
HSV(B) 92.57º 0.45% 0.61% -
XYZ 20.7 27.88 12.88 -
YUV 135.66 99.41 114.69 -
System Red Green Blue C M Y K H S L
Decimal 117 155 85 0.25 0 0.45 0.39 92.57 0.29 0.47
Hex 75 9B 55 19 0 2D 27 5D 1D 2F
Octal 165 233 125 31 0 55 47 135 35 57
Binary 1110101 10011011 1010101 11001 0 101101 100111 1011101 11101 101111

Color Harmonies of #759B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B55

Black with #759B55

Text Example


Text Example

White with #759B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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