Html Css Color HEX #759C53 Asparagus

📋 copy color: '#759C53'

red 117 ◦ green 156 ◦ blue 83

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

Shades of Asparagus #759C53

Tints of Asparagus #759C53

RGB

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

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

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

R = 32.87%
G = 43.82%
B = 23.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#759C53 (or 0x759C53) is known color: Asparagus. HEX triplet: 75, 9C and 53. RGB value is (117,156,83). Sum of RGB (Red+Green+Blue) = 117+156+83=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 156 - color contains mainly: green. Hex color #759C53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759C53 is #8A63AC. Grayscale: #888888. Windows color (decimal): -9069485 or 5479541. OLE color: 5479541.

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

Color convert

RGB 117 156 83 -
CMYK 0.25 0 0.47 0.39
HSL 92.05º 0.31% 0.47% -
HSV(B) 92.05º 0.47% 0.61% -
XYZ 20.79 28.18 12.53 -
YUV 136.02 98.08 114.44 -
System Red Green Blue C M Y K H S L
Decimal 117 156 83 0.25 0 0.47 0.39 92.05 0.31 0.47
Hex 75 9C 53 19 0 2F 27 5C 1F 2F
Octal 165 234 123 31 0 57 47 134 37 57
Binary 1110101 10011100 1010011 11001 0 101111 100111 1011100 11111 101111

Color Harmonies of #759C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759C53

Black with #759C53

Text Example


Text Example

White with #759C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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