Html Css Color HEX #75954E Asparagus

📋 copy color: '#75954E'

red 117 ◦ green 149 ◦ blue 78

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

Shades of Asparagus #75954E

Tints of Asparagus #75954E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.67%

R = 34.01%
G = 43.31%
B = 22.67%

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

#75954E (or 0x75954E) is known color: Asparagus. HEX triplet: 75, 95 and 4E. RGB value is (117,149,78). Sum of RGB (Red+Green+Blue) = 117+149+78=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #75954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75954E is #8A6AB1. Grayscale: #838383. Windows color (decimal): -9071282 or 5150069. OLE color: 5150069.

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

Color convert

RGB 117 149 78 -
CMYK 0.21 0 0.48 0.42
HSL 87.04º 0.31% 0.45% -
HSV(B) 87.04º 0.48% 0.58% -
XYZ 19.46 25.83 11.17 -
YUV 131.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 117 149 78 0.21 0 0.48 0.42 87.04 0.31 0.45
Hex 75 95 4E 15 0 30 2A 57 1F 2D
Octal 165 225 116 25 0 60 52 127 37 55
Binary 1110101 10010101 1001110 10101 0 110000 101010 1010111 11111 101101

Color Harmonies of #75954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75954E

Black with #75954E

Text Example


Text Example

White with #75954E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75954E; }

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

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

background-color css

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

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

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

border-color css

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

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

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