Html Css Color HEX #749B46 Asparagus

📋 copy color: '#749B46'

red 116 ◦ green 155 ◦ blue 70

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

Shades of Asparagus #749B46

Tints of Asparagus #749B46

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.45%

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

R = 34.02%
G = 45.45%
B = 20.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#749B46 (or 0x749B46) is known color: Asparagus. HEX triplet: 74, 9B and 46. RGB value is (116,155,70). Sum of RGB (Red+Green+Blue) = 116+155+70=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #749B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749B46 is #8B64B9. Grayscale: #858585. Windows color (decimal): -9135290 or 4627316. OLE color: 4627316.

HSL color Cylindrical-coordinate representation of color #749B46: hue angle of 87.53º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #749B46 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 155 70 -
CMYK 0.25 0 0.55 0.39
HSL 87.53º 0.38% 0.44% -
HSV(B) 87.53º 0.55% 0.61% -
XYZ 20.03 27.6 10.07 -
YUV 133.65 92.08 115.41 -
System Red Green Blue C M Y K H S L
Decimal 116 155 70 0.25 0 0.55 0.39 87.53 0.38 0.44
Hex 74 9B 46 19 0 37 27 58 26 2C
Octal 164 233 106 31 0 67 47 130 46 54
Binary 1110100 10011011 1000110 11001 0 110111 100111 1011000 100110 101100

Color Harmonies of #749B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749B46

Black with #749B46

Text Example


Text Example

White with #749B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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