Html Css Color HEX #759F46 Asparagus

📋 copy color: '#759F46'

red 117 ◦ green 159 ◦ blue 70

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

Shades of Asparagus #759F46

Tints of Asparagus #759F46

RGB

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

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

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

R = 33.82%
G = 45.95%
B = 20.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#759F46 (or 0x759F46) is known color: Asparagus. HEX triplet: 75, 9F and 46. RGB value is (117,159,70). Sum of RGB (Red+Green+Blue) = 117+159+70=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #759F46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759F46 is #8A60B9. Grayscale: #888888. Windows color (decimal): -9068730 or 4628341. OLE color: 4628341.

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

Color convert

RGB 117 159 70 -
CMYK 0.26 0 0.56 0.38
HSL 88.31º 0.39% 0.45% -
HSV(B) 88.31º 0.56% 0.62% -
XYZ 20.84 29.02 10.3 -
YUV 136.3 90.59 114.24 -
System Red Green Blue C M Y K H S L
Decimal 117 159 70 0.26 0 0.56 0.38 88.31 0.39 0.45
Hex 75 9F 46 1A 0 38 26 58 27 2D
Octal 165 237 106 32 0 70 46 130 47 55
Binary 1110101 10011111 1000110 11010 0 111000 100110 1011000 100111 101101

Color Harmonies of #759F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759F46

Black with #759F46

Text Example


Text Example

White with #759F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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