Html Css Color HEX #749E46 Asparagus

📋 copy color: '#749E46'

red 116 ◦ green 158 ◦ blue 70

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

Shades of Asparagus #749E46

Tints of Asparagus #749E46

RGB

 RED value IS 116 (45.7% from 255) = 33.72%

 GREEN value IS 158 (62.11% from 255) = 45.93%

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

R = 33.72%
G = 45.93%
B = 20.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#749E46 (or 0x749E46) is known color: Asparagus. HEX triplet: 74, 9E and 46. RGB value is (116,158,70). Sum of RGB (Red+Green+Blue) = 116+158+70=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 158 - color contains mainly: green. Hex color #749E46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749E46 is #8B61B9. Grayscale: #878787. Windows color (decimal): -9134522 or 4628084. OLE color: 4628084.

HSL color Cylindrical-coordinate representation of color #749E46: hue angle of 88.64º 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 #749E46 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 158 70 -
CMYK 0.27 0 0.56 0.38
HSL 88.64º 0.39% 0.45% -
HSV(B) 88.64º 0.56% 0.62% -
XYZ 20.53 28.61 10.23 -
YUV 135.41 91.09 114.16 -
System Red Green Blue C M Y K H S L
Decimal 116 158 70 0.27 0 0.56 0.38 88.64 0.39 0.45
Hex 74 9E 46 1B 0 38 26 59 27 2D
Octal 164 236 106 33 0 70 46 131 47 55
Binary 1110100 10011110 1000110 11011 0 111000 100110 1011001 100111 101101

Color Harmonies of #749E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749E46

Black with #749E46

Text Example


Text Example

White with #749E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749E46; }

 p { color: rgb(116,158,70); }

 H1.HeaderClassName
 {
   color: #749E46;
 }
 .AnyTagClassName
 {
   color: #749E46;
 }
</style>

background-color css

<style>
 a { background-color: #749E46; }

 a { background-color: rgb(116,158,70); }

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

border-color css

<style>
 span { border-color: #749E46; }

 span { border-color: rgb(116,158,70); }

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