Html Css Color HEX #749D4B Asparagus

📋 copy color: '#749D4B'

red 116 ◦ green 157 ◦ blue 75

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

Shades of Asparagus #749D4B

Tints of Asparagus #749D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.55%

R = 33.33%
G = 45.11%
B = 21.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#749D4B (or 0x749D4B) is known color: Asparagus. HEX triplet: 74, 9D and 4B. RGB value is (116,157,75). Sum of RGB (Red+Green+Blue) = 116+157+75=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #749D4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749D4B is #8B62B4. Grayscale: #878787. Windows color (decimal): -9134773 or 4955508. OLE color: 4955508.

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

Color convert

RGB 116 157 75 -
CMYK 0.26 0 0.52 0.38
HSL 90º 0.35% 0.45% -
HSV(B) 90º 0.52% 0.62% -
XYZ 20.53 28.33 11.04 -
YUV 135.39 93.92 114.17 -
System Red Green Blue C M Y K H S L
Decimal 116 157 75 0.26 0 0.52 0.38 90 0.35 0.45
Hex 74 9D 4B 1A 0 34 26 5A 23 2D
Octal 164 235 113 32 0 64 46 132 43 55
Binary 1110100 10011101 1001011 11010 0 110100 100110 1011010 100011 101101

Color Harmonies of #749D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749D4B

Black with #749D4B

Text Example


Text Example

White with #749D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,157,75); }

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

background-color css

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

 a { background-color: rgb(116,157,75); }

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

border-color css

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

 span { border-color: rgb(116,157,75); }

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