Html Css Color HEX #75944D Asparagus

📋 copy color: '#75944D'

red 117 ◦ green 148 ◦ blue 77

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

Shades of Asparagus #75944D

Tints of Asparagus #75944D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.51%

R = 34.21%
G = 43.27%
B = 22.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#75944D (or 0x75944D) is known color: Asparagus. HEX triplet: 75, 94 and 4D. RGB value is (117,148,77). Sum of RGB (Red+Green+Blue) = 117+148+77=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #75944D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75944D is #8A6BB2. Grayscale: #828282. Windows color (decimal): -9071539 or 5084277. OLE color: 5084277.

HSL color Cylindrical-coordinate representation of color #75944D: hue angle of 86.2º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75944D is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 148 77 -
CMYK 0.21 0 0.48 0.42
HSL 86.2º 0.32% 0.44% -
HSV(B) 86.2º 0.48% 0.58% -
XYZ 19.27 25.5 10.93 -
YUV 130.64 97.73 118.27 -
System Red Green Blue C M Y K H S L
Decimal 117 148 77 0.21 0 0.48 0.42 86.2 0.32 0.44
Hex 75 94 4D 15 0 30 2A 56 20 2C
Octal 165 224 115 25 0 60 52 126 40 54
Binary 1110101 10010100 1001101 10101 0 110000 101010 1010110 100000 101100

Color Harmonies of #75944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75944D

Black with #75944D

Text Example


Text Example

White with #75944D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75944D; }

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

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

background-color css

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

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

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

border-color css

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

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

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