Html Css Color HEX #919074 Malachite Green

📋 copy color: '#919074'

red 145 ◦ green 144 ◦ blue 116

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

Shades of Malachite Green #919074

Tints of Malachite Green #919074

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.56%

 BLUE value IS 116 (45.7% from 255) = 28.64%

R = 35.8%
G = 35.56%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#919074 (or 0x919074) is known color: Malachite Green. HEX triplet: 91, 90 and 74. RGB value is (145,144,116). Sum of RGB (Red+Green+Blue) = 145+144+116=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 145 - color contains mainly: red. Hex color #919074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919074 is #6E6F8B. Grayscale: #8D8D8D. Windows color (decimal): -7237516 or 7639185. OLE color: 7639185.

HSL color Cylindrical-coordinate representation of color #919074: hue angle of 57.93º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #919074 is Cyan = 0, Magento = 0.01, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 144 116 -
CMYK 0 0.01 0.2 0.43
HSL 57.93º 0.12% 0.51% -
HSV(B) 57.93º 0.2% 0.57% -
XYZ 24.8 27.23 20.47 -
YUV 141.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 145 144 116 0 0.01 0.2 0.43 57.93 0.12 0.51
Hex 91 90 74 0 1 14 2B 3A C 33
Octal 221 220 164 0 1 24 53 72 14 63
Binary 10010001 10010000 1110100 0 1 10100 101011 111010 1100 110011

Color Harmonies of #919074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919074

Black with #919074

Text Example


Text Example

White with #919074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919074; }

 p { color: rgb(145,144,116); }

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

background-color css

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

 a { background-color: rgb(145,144,116); }

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

border-color css

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

 span { border-color: rgb(145,144,116); }

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