Html Css Color HEX #759D46 Asparagus

📋 copy color: '#759D46'

red 117 ◦ green 157 ◦ blue 70

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

Shades of Asparagus #759D46

Tints of Asparagus #759D46

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.64%

 BLUE value IS 70 (27.73% from 255) = 20.35%

R = 34.01%
G = 45.64%
B = 20.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#759D46 (or 0x759D46) is known color: Asparagus. HEX triplet: 75, 9D and 46. RGB value is (117,157,70). Sum of RGB (Red+Green+Blue) = 117+157+70=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 157 - color contains mainly: green. Hex color #759D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759D46 is #8A62B9. Grayscale: #878787. Windows color (decimal): -9069242 or 4627829. OLE color: 4627829.

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

Color convert

RGB 117 157 70 -
CMYK 0.25 0 0.55 0.38
HSL 87.59º 0.38% 0.45% -
HSV(B) 87.59º 0.55% 0.62% -
XYZ 20.5 28.34 10.18 -
YUV 135.12 91.25 115.07 -
System Red Green Blue C M Y K H S L
Decimal 117 157 70 0.25 0 0.55 0.38 87.59 0.38 0.45
Hex 75 9D 46 19 0 37 26 58 26 2D
Octal 165 235 106 31 0 67 46 130 46 55
Binary 1110101 10011101 1000110 11001 0 110111 100110 1011000 100110 101101

Color Harmonies of #759D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759D46

Black with #759D46

Text Example


Text Example

White with #759D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,157,70); }

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

background-color css

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

 a { background-color: rgb(117,157,70); }

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

border-color css

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

 span { border-color: rgb(117,157,70); }

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