Html Css Color HEX #759F53 Asparagus

📋 copy color: '#759F53'

red 117 ◦ green 159 ◦ blue 83

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

Shades of Asparagus #759F53

Tints of Asparagus #759F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.12%

R = 32.59%
G = 44.29%
B = 23.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#759F53 (or 0x759F53) is known color: Asparagus. HEX triplet: 75, 9F and 53. RGB value is (117,159,83). Sum of RGB (Red+Green+Blue) = 117+159+83=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 159 - color contains mainly: green. Hex color #759F53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F53 is #8A60AC. Grayscale: #8A8A8A. Windows color (decimal): -9068717 or 5480309. OLE color: 5480309.

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

Color convert

RGB 117 159 83 -
CMYK 0.26 0 0.48 0.38
HSL 93.16º 0.31% 0.47% -
HSV(B) 93.16º 0.48% 0.62% -
XYZ 21.3 29.2 12.7 -
YUV 137.78 97.09 113.18 -
System Red Green Blue C M Y K H S L
Decimal 117 159 83 0.26 0 0.48 0.38 93.16 0.31 0.47
Hex 75 9F 53 1A 0 30 26 5D 1F 2F
Octal 165 237 123 32 0 60 46 135 37 57
Binary 1110101 10011111 1010011 11010 0 110000 100110 1011101 11111 101111

Color Harmonies of #759F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759F53

Black with #759F53

Text Example


Text Example

White with #759F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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