Html Css Color HEX #759C5F Asparagus

📋 copy color: '#759C5F'

red 117 ◦ green 156 ◦ blue 95

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

Shades of Asparagus #759C5F

Tints of Asparagus #759C5F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.39%

 BLUE value IS 95 (37.5% from 255) = 25.82%

R = 31.79%
G = 42.39%
B = 25.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#759C5F (or 0x759C5F) is known color: Asparagus. HEX triplet: 75, 9C and 5F. RGB value is (117,156,95). Sum of RGB (Red+Green+Blue) = 117+156+95=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 156 - color contains mainly: green. Hex color #759C5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759C5F is #8A63A0. Grayscale: #898989. Windows color (decimal): -9069473 or 6265973. OLE color: 6265973.

HSL color Cylindrical-coordinate representation of color #759C5F: hue angle of 98.36º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #759C5F is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 156 95 -
CMYK 0.25 0 0.39 0.39
HSL 98.36º 0.24% 0.49% -
HSV(B) 98.36º 0.39% 0.61% -
XYZ 21.29 28.39 15.18 -
YUV 137.39 104.08 113.46 -
System Red Green Blue C M Y K H S L
Decimal 117 156 95 0.25 0 0.39 0.39 98.36 0.24 0.49
Hex 75 9C 5F 19 0 27 27 62 18 31
Octal 165 234 137 31 0 47 47 142 30 61
Binary 1110101 10011100 1011111 11001 0 100111 100111 1100010 11000 110001

Color Harmonies of #759C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759C5F

Black with #759C5F

Text Example


Text Example

White with #759C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,156,95); }

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

background-color css

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

 a { background-color: rgb(117,156,95); }

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

border-color css

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

 span { border-color: rgb(117,156,95); }

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