Html Css Color HEX #759548 Asparagus

📋 copy color: '#759548'

red 117 ◦ green 149 ◦ blue 72

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

Shades of Asparagus #759548

Tints of Asparagus #759548

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.08%

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

R = 34.62%
G = 44.08%
B = 21.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#759548 (or 0x759548) is known color: Asparagus. HEX triplet: 75, 95 and 48. RGB value is (117,149,72). Sum of RGB (Red+Green+Blue) = 117+149+72=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #759548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759548 is #8A6AB7. Grayscale: #828282. Windows color (decimal): -9071288 or 4756853. OLE color: 4756853.

HSL color Cylindrical-coordinate representation of color #759548: hue angle of 84.94º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #759548 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 72 -
CMYK 0.21 0 0.52 0.42
HSL 84.94º 0.35% 0.43% -
HSV(B) 84.94º 0.52% 0.58% -
XYZ 19.25 25.74 10.09 -
YUV 130.65 94.9 118.26 -
System Red Green Blue C M Y K H S L
Decimal 117 149 72 0.21 0 0.52 0.42 84.94 0.35 0.43
Hex 75 95 48 15 0 34 2A 55 23 2B
Octal 165 225 110 25 0 64 52 125 43 53
Binary 1110101 10010101 1001000 10101 0 110100 101010 1010101 100011 101011

Color Harmonies of #759548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759548

Black with #759548

Text Example


Text Example

White with #759548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759548; }

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

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

background-color css

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

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

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

border-color css

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

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

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