Html Css Color HEX #759750 Asparagus

📋 copy color: '#759750'

red 117 ◦ green 151 ◦ blue 80

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

Shades of Asparagus #759750

Tints of Asparagus #759750

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.39%

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

R = 33.62%
G = 43.39%
B = 22.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#759750 (or 0x759750) is known color: Asparagus. HEX triplet: 75, 97 and 50. RGB value is (117,151,80). Sum of RGB (Red+Green+Blue) = 117+151+80=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #759750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759750 is #8A68AF. Grayscale: #848484. Windows color (decimal): -9070768 or 5281653. OLE color: 5281653.

HSL color Cylindrical-coordinate representation of color #759750: hue angle of 88.73º degrees, saturation: 0.31, 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 #759750 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 151 80 -
CMYK 0.23 0 0.47 0.41
HSL 88.73º 0.31% 0.45% -
HSV(B) 88.73º 0.47% 0.59% -
XYZ 19.85 26.49 11.66 -
YUV 132.74 98.24 116.77 -
System Red Green Blue C M Y K H S L
Decimal 117 151 80 0.23 0 0.47 0.41 88.73 0.31 0.45
Hex 75 97 50 17 0 2F 29 59 1F 2D
Octal 165 227 120 27 0 57 51 131 37 55
Binary 1110101 10010111 1010000 10111 0 101111 101001 1011001 11111 101101

Color Harmonies of #759750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759750

Black with #759750

Text Example


Text Example

White with #759750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759750; }

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

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

background-color css

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

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

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

border-color css

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

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

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