Html Css Color HEX #749950 Asparagus

📋 copy color: '#749950'

red 116 ◦ green 153 ◦ blue 80

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

Shades of Asparagus #749950

Tints of Asparagus #749950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.92%

R = 33.24%
G = 43.84%
B = 22.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#749950 (or 0x749950) is known color: Asparagus. HEX triplet: 74, 99 and 50. RGB value is (116,153,80). Sum of RGB (Red+Green+Blue) = 116+153+80=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #749950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749950 is #8B66AF. Grayscale: #858585. Windows color (decimal): -9135792 or 5282164. OLE color: 5282164.

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

Color convert

RGB 116 153 80 -
CMYK 0.24 0 0.48 0.4
HSL 90.41º 0.31% 0.46% -
HSV(B) 90.41º 0.48% 0.6% -
XYZ 20.04 27.07 11.76 -
YUV 133.62 97.74 115.44 -
System Red Green Blue C M Y K H S L
Decimal 116 153 80 0.24 0 0.48 0.4 90.41 0.31 0.46
Hex 74 99 50 18 0 30 28 5A 1F 2E
Octal 164 231 120 30 0 60 50 132 37 56
Binary 1110100 10011001 1010000 11000 0 110000 101000 1011010 11111 101110

Color Harmonies of #749950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749950

Black with #749950

Text Example


Text Example

White with #749950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749950; }

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

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

background-color css

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

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

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

border-color css

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

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

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