Html Css Color HEX #919379 Malachite Green

📋 copy color: '#919379'

red 145 ◦ green 147 ◦ blue 121

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

Shades of Malachite Green #919379

Tints of Malachite Green #919379

RGB

 RED value IS 145 (57.03% from 255) = 35.11%

 GREEN value IS 147 (57.81% from 255) = 35.59%

 BLUE value IS 121 (47.66% from 255) = 29.3%

R = 35.11%
G = 35.59%
B = 29.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#919379 (or 0x919379) is known color: Malachite Green. HEX triplet: 91, 93 and 79. RGB value is (145,147,121). Sum of RGB (Red+Green+Blue) = 145+147+121=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #919379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919379 is #6E6C86. Grayscale: #8F8F8F. Windows color (decimal): -7236743 or 7967633. OLE color: 7967633.

HSL color Cylindrical-coordinate representation of color #919379: hue angle of 64.62º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #919379 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 147 121 -
CMYK 0.01 0 0.18 0.42
HSL 64.62º 0.11% 0.53% -
HSV(B) 64.62º 0.18% 0.58% -
XYZ 25.56 28.27 22.2 -
YUV 143.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 145 147 121 0.01 0 0.18 0.42 64.62 0.11 0.53
Hex 91 93 79 1 0 12 2A 41 B 35
Octal 221 223 171 1 0 22 52 101 13 65
Binary 10010001 10010011 1111001 1 0 10010 101010 1000001 1011 110101

Color Harmonies of #919379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919379

Black with #919379

Text Example


Text Example

White with #919379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919379; }

 p { color: rgb(145,147,121); }

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

background-color css

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

 a { background-color: rgb(145,147,121); }

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

border-color css

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

 span { border-color: rgb(145,147,121); }

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