Html Css Color HEX #759D48 Asparagus

📋 copy color: '#759D48'

red 117 ◦ green 157 ◦ blue 72

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

Shades of Asparagus #759D48

Tints of Asparagus #759D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.81%

R = 33.82%
G = 45.38%
B = 20.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#759D48 (or 0x759D48) is known color: Asparagus. HEX triplet: 75, 9D and 48. RGB value is (117,157,72). Sum of RGB (Red+Green+Blue) = 117+157+72=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 157 - color contains mainly: green. Hex color #759D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759D48 is #8A62B7. Grayscale: #878787. Windows color (decimal): -9069240 or 4758901. OLE color: 4758901.

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

Color convert

RGB 117 157 72 -
CMYK 0.25 0 0.54 0.38
HSL 88.24º 0.37% 0.45% -
HSV(B) 88.24º 0.54% 0.62% -
XYZ 20.56 28.36 10.52 -
YUV 135.35 92.25 114.91 -
System Red Green Blue C M Y K H S L
Decimal 117 157 72 0.25 0 0.54 0.38 88.24 0.37 0.45
Hex 75 9D 48 19 0 36 26 58 25 2D
Octal 165 235 110 31 0 66 46 130 45 55
Binary 1110101 10011101 1001000 11001 0 110110 100110 1011000 100101 101101

Color Harmonies of #759D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759D48

Black with #759D48

Text Example


Text Example

White with #759D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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