Html Css Color HEX #759649 Asparagus

📋 copy color: '#759649'

red 117 ◦ green 150 ◦ blue 73

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

Shades of Asparagus #759649

Tints of Asparagus #759649

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.12%

 BLUE value IS 73 (28.91% from 255) = 21.47%

R = 34.41%
G = 44.12%
B = 21.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#759649 (or 0x759649) is known color: Asparagus. HEX triplet: 75, 96 and 49. RGB value is (117,150,73). Sum of RGB (Red+Green+Blue) = 117+150+73=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #759649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759649 is #8A69B6. Grayscale: #838383. Windows color (decimal): -9071031 or 4822645. OLE color: 4822645.

HSL color Cylindrical-coordinate representation of color #759649: hue angle of 85.71º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #759649 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 150 73 -
CMYK 0.22 0 0.51 0.41
HSL 85.71º 0.35% 0.44% -
HSV(B) 85.71º 0.51% 0.59% -
XYZ 19.45 26.08 10.31 -
YUV 131.36 95.07 117.76 -
System Red Green Blue C M Y K H S L
Decimal 117 150 73 0.22 0 0.51 0.41 85.71 0.35 0.44
Hex 75 96 49 16 0 33 29 56 23 2C
Octal 165 226 111 26 0 63 51 126 43 54
Binary 1110101 10010110 1001001 10110 0 110011 101001 1010110 100011 101100

Color Harmonies of #759649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759649

Black with #759649

Text Example


Text Example

White with #759649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759649; }

 p { color: rgb(117,150,73); }

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

background-color css

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

 a { background-color: rgb(117,150,73); }

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

border-color css

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

 span { border-color: rgb(117,150,73); }

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