Html Css Color HEX #749959 Asparagus

📋 copy color: '#749959'

red 116 ◦ green 153 ◦ blue 89

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

Shades of Asparagus #749959

Tints of Asparagus #749959

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.74%

 BLUE value IS 89 (35.16% from 255) = 24.86%

R = 32.4%
G = 42.74%
B = 24.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#749959 (or 0x749959) is known color: Asparagus. HEX triplet: 74, 99 and 59. RGB value is (116,153,89). Sum of RGB (Red+Green+Blue) = 116+153+89=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #749959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749959 is #8B66A6. Grayscale: #868686. Windows color (decimal): -9135783 or 5871988. OLE color: 5871988.

HSL color Cylindrical-coordinate representation of color #749959: hue angle of 94.69º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #749959 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 153 89 -
CMYK 0.24 0 0.42 0.4
HSL 94.69º 0.26% 0.47% -
HSV(B) 94.69º 0.42% 0.6% -
XYZ 20.4 27.22 13.63 -
YUV 134.64 102.24 114.7 -
System Red Green Blue C M Y K H S L
Decimal 116 153 89 0.24 0 0.42 0.4 94.69 0.26 0.47
Hex 74 99 59 18 0 2A 28 5F 1A 2F
Octal 164 231 131 30 0 52 50 137 32 57
Binary 1110100 10011001 1011001 11000 0 101010 101000 1011111 11010 101111

Color Harmonies of #749959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749959

Black with #749959

Text Example


Text Example

White with #749959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749959; }

 p { color: rgb(116,153,89); }

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

background-color css

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

 a { background-color: rgb(116,153,89); }

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

border-color css

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

 span { border-color: rgb(116,153,89); }

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