Html Css Color HEX #749845 Asparagus

📋 copy color: '#749845'

red 116 ◦ green 152 ◦ blue 69

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

Shades of Asparagus #749845

Tints of Asparagus #749845

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.1%

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

R = 34.42%
G = 45.1%
B = 20.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#749845 (or 0x749845) is known color: Asparagus. HEX triplet: 74, 98 and 45. RGB value is (116,152,69). Sum of RGB (Red+Green+Blue) = 116+152+69=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #749845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749845 is #8B67BA. Grayscale: #848484. Windows color (decimal): -9136059 or 4561012. OLE color: 4561012.

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

Color convert

RGB 116 152 69 -
CMYK 0.24 0 0.55 0.40
HSL 86.02º 0.38% 0.43% -
HSV(B) 86.02º 0.55% 0.6% -
XYZ 19.5 26.6 9.74 -
YUV 131.77 92.57 116.75 -
System Red Green Blue C M Y K H S L
Decimal 116 152 69 0.24 0 0.55 0.40 86.02 0.38 0.43
Hex 74 98 45 18 0 37 28 56 26 2B
Octal 164 230 105 30 0 67 50 126 46 53
Binary 1110100 10011000 1000101 11000 0 110111 101000 1010110 100110 101011

Color Harmonies of #749845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749845

Black with #749845

Text Example


Text Example

White with #749845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749845; }

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

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

background-color css

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

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

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

border-color css

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

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

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