Html Css Color HEX #749A46 Asparagus

📋 copy color: '#749A46'

red 116 ◦ green 154 ◦ blue 70

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

Shades of Asparagus #749A46

Tints of Asparagus #749A46

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.29%

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

R = 34.12%
G = 45.29%
B = 20.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#749A46 (or 0x749A46) is known color: Asparagus. HEX triplet: 74, 9A and 46. RGB value is (116,154,70). Sum of RGB (Red+Green+Blue) = 116+154+70=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 154 - color contains mainly: green. Hex color #749A46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749A46 is #8B65B9. Grayscale: #858585. Windows color (decimal): -9135546 or 4627060. OLE color: 4627060.

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

Color convert

RGB 116 154 70 -
CMYK 0.25 0 0.55 0.40
HSL 87.14º 0.38% 0.44% -
HSV(B) 87.14º 0.55% 0.6% -
XYZ 19.86 27.27 10.01 -
YUV 133.06 92.41 115.83 -
System Red Green Blue C M Y K H S L
Decimal 116 154 70 0.25 0 0.55 0.40 87.14 0.38 0.44
Hex 74 9A 46 19 0 37 28 57 26 2C
Octal 164 232 106 31 0 67 50 127 46 54
Binary 1110100 10011010 1000110 11001 0 110111 101000 1010111 100110 101100

Color Harmonies of #749A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749A46

Black with #749A46

Text Example


Text Example

White with #749A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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