Html Css Color HEX #75964D Asparagus

📋 copy color: '#75964D'

red 117 ◦ green 150 ◦ blue 77

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

Shades of Asparagus #75964D

Tints of Asparagus #75964D

RGB

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

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

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

R = 34.01%
G = 43.6%
B = 22.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#75964D (or 0x75964D) is known color: Asparagus. HEX triplet: 75, 96 and 4D. RGB value is (117,150,77). Sum of RGB (Red+Green+Blue) = 117+150+77=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #75964D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75964D is #8A69B2. Grayscale: #848484. Windows color (decimal): -9071027 or 5084789. OLE color: 5084789.

HSL color Cylindrical-coordinate representation of color #75964D: hue angle of 87.12º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75964D is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 150 77 -
CMYK 0.22 0 0.49 0.41
HSL 87.12º 0.32% 0.45% -
HSV(B) 87.12º 0.49% 0.59% -
XYZ 19.58 26.13 11.03 -
YUV 131.81 97.07 117.44 -
System Red Green Blue C M Y K H S L
Decimal 117 150 77 0.22 0 0.49 0.41 87.12 0.32 0.45
Hex 75 96 4D 16 0 31 29 57 20 2D
Octal 165 226 115 26 0 61 51 127 40 55
Binary 1110101 10010110 1001101 10110 0 110001 101001 1010111 100000 101101

Color Harmonies of #75964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75964D

Black with #75964D

Text Example


Text Example

White with #75964D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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