Html Css Color HEX #919378 Malachite Green

📋 copy color: '#919378'

red 145 ◦ green 147 ◦ blue 120

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

Shades of Malachite Green #919378

Tints of Malachite Green #919378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.13%

R = 35.19%
G = 35.68%
B = 29.13%

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

#919378 (or 0x919378) is known color: Malachite Green. HEX triplet: 91, 93 and 78. RGB value is (145,147,120). Sum of RGB (Red+Green+Blue) = 145+147+120=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 147 - color contains mainly: green. Hex color #919378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919378 is #6E6C87. Grayscale: #8F8F8F. Windows color (decimal): -7236744 or 7902097. OLE color: 7902097.

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

Color convert

RGB 145 147 120 -
CMYK 0.01 0 0.18 0.42
HSL 64.44º 0.11% 0.52% -
HSV(B) 64.44º 0.18% 0.58% -
XYZ 25.5 28.24 21.88 -
YUV 143.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 145 147 120 0.01 0 0.18 0.42 64.44 0.11 0.52
Hex 91 93 78 1 0 12 2A 40 B 34
Octal 221 223 170 1 0 22 52 100 13 64
Binary 10010001 10010011 1111000 1 0 10010 101010 1000000 1011 110100

Color Harmonies of #919378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919378

Black with #919378

Text Example


Text Example

White with #919378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919378; }

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

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

background-color css

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

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

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

border-color css

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

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

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