Html Css Color HEX #759F5E Asparagus

📋 copy color: '#759F5E'

red 117 ◦ green 159 ◦ blue 94

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

Shades of Asparagus #759F5E

Tints of Asparagus #759F5E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.97%

 BLUE value IS 94 (37.11% from 255) = 25.41%

R = 31.62%
G = 42.97%
B = 25.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#759F5E (or 0x759F5E) is known color: Asparagus. HEX triplet: 75, 9F and 5E. RGB value is (117,159,94). Sum of RGB (Red+Green+Blue) = 117+159+94=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 159 - color contains mainly: green. Hex color #759F5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F5E is #8A60A1. Grayscale: #8B8B8B. Windows color (decimal): -9068706 or 6201205. OLE color: 6201205.

HSL color Cylindrical-coordinate representation of color #759F5E: hue angle of 98.77º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #759F5E is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 159 94 -
CMYK 0.26 0 0.41 0.38
HSL 98.77º 0.26% 0.5% -
HSV(B) 98.77º 0.41% 0.62% -
XYZ 21.75 29.39 15.12 -
YUV 139.03 102.59 112.29 -
System Red Green Blue C M Y K H S L
Decimal 117 159 94 0.26 0 0.41 0.38 98.77 0.26 0.5
Hex 75 9F 5E 1A 0 29 26 63 1A 32
Octal 165 237 136 32 0 51 46 143 32 62
Binary 1110101 10011111 1011110 11010 0 101001 100110 1100011 11010 110010

Color Harmonies of #759F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759F5E

Black with #759F5E

Text Example


Text Example

White with #759F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759F5E; }

 p { color: rgb(117,159,94); }

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

background-color css

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

 a { background-color: rgb(117,159,94); }

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

border-color css

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

 span { border-color: rgb(117,159,94); }

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