Html Css Color HEX #759650 Asparagus

📋 copy color: '#759650'

red 117 ◦ green 150 ◦ blue 80

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

Shades of Asparagus #759650

Tints of Asparagus #759650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.05%

R = 33.72%
G = 43.23%
B = 23.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#759650 (or 0x759650) is known color: Asparagus. HEX triplet: 75, 96 and 50. RGB value is (117,150,80). Sum of RGB (Red+Green+Blue) = 117+150+80=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #759650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759650 is #8A69AF. Grayscale: #848484. Windows color (decimal): -9071024 or 5281397. OLE color: 5281397.

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

Color convert

RGB 117 150 80 -
CMYK 0.22 0 0.47 0.41
HSL 88.29º 0.3% 0.45% -
HSV(B) 88.29º 0.47% 0.59% -
XYZ 19.69 26.17 11.6 -
YUV 132.15 98.57 117.19 -
System Red Green Blue C M Y K H S L
Decimal 117 150 80 0.22 0 0.47 0.41 88.29 0.3 0.45
Hex 75 96 50 16 0 2F 29 58 1E 2D
Octal 165 226 120 26 0 57 51 130 36 55
Binary 1110101 10010110 1010000 10110 0 101111 101001 1011000 11110 101101

Color Harmonies of #759650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759650

Black with #759650

Text Example


Text Example

White with #759650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759650; }

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

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

background-color css

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

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

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

border-color css

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

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

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