Html Css Color HEX #749B45 Asparagus

📋 copy color: '#749B45'

red 116 ◦ green 155 ◦ blue 69

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

Shades of Asparagus #749B45

Tints of Asparagus #749B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.29%

R = 34.12%
G = 45.59%
B = 20.29%

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

#749B45 (or 0x749B45) is known color: Asparagus. HEX triplet: 74, 9B and 45. RGB value is (116,155,69). Sum of RGB (Red+Green+Blue) = 116+155+69=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #749B45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749B45 is #8B64BA. Grayscale: #858585. Windows color (decimal): -9135291 or 4561780. OLE color: 4561780.

HSL color Cylindrical-coordinate representation of color #749B45: hue angle of 87.21º 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 #749B45 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 155 69 -
CMYK 0.25 0 0.55 0.39
HSL 87.21º 0.38% 0.44% -
HSV(B) 87.21º 0.55% 0.61% -
XYZ 20 27.59 9.9 -
YUV 133.54 91.58 115.49 -
System Red Green Blue C M Y K H S L
Decimal 116 155 69 0.25 0 0.55 0.39 87.21 0.38 0.44
Hex 74 9B 45 19 0 37 27 57 26 2C
Octal 164 233 105 31 0 67 47 127 46 54
Binary 1110100 10011011 1000101 11001 0 110111 100111 1010111 100110 101100

Color Harmonies of #749B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749B45

Black with #749B45

Text Example


Text Example

White with #749B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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