Html Css Color HEX #759448 Asparagus

📋 copy color: '#759448'

red 117 ◦ green 148 ◦ blue 72

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

Shades of Asparagus #759448

Tints of Asparagus #759448

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.92%

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

R = 34.72%
G = 43.92%
B = 21.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#759448 (or 0x759448) is known color: Asparagus. HEX triplet: 75, 94 and 48. RGB value is (117,148,72). Sum of RGB (Red+Green+Blue) = 117+148+72=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #759448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759448 is #8A6BB7. Grayscale: #828282. Windows color (decimal): -9071544 or 4756597. OLE color: 4756597.

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

Color convert

RGB 117 148 72 -
CMYK 0.21 0 0.51 0.42
HSL 84.47º 0.35% 0.43% -
HSV(B) 84.47º 0.51% 0.58% -
XYZ 19.1 25.43 10.03 -
YUV 130.07 95.23 118.68 -
System Red Green Blue C M Y K H S L
Decimal 117 148 72 0.21 0 0.51 0.42 84.47 0.35 0.43
Hex 75 94 48 15 0 33 2A 54 23 2B
Octal 165 224 110 25 0 63 52 124 43 53
Binary 1110101 10010100 1001000 10101 0 110011 101010 1010100 100011 101011

Color Harmonies of #759448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759448

Black with #759448

Text Example


Text Example

White with #759448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759448; }

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

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

background-color css

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

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

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

border-color css

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

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

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