Html Css Color HEX #919072 Malachite Green

📋 copy color: '#919072'

red 145 ◦ green 144 ◦ blue 114

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

Shades of Malachite Green #919072

Tints of Malachite Green #919072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.29%

R = 35.98%
G = 35.73%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#919072 (or 0x919072) is known color: Malachite Green. HEX triplet: 91, 90 and 72. RGB value is (145,144,114). Sum of RGB (Red+Green+Blue) = 145+144+114=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 145 - color contains mainly: red. Hex color #919072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919072 is #6E6F8D. Grayscale: #8C8C8C. Windows color (decimal): -7237518 or 7508113. OLE color: 7508113.

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

Color convert

RGB 145 144 114 -
CMYK 0 0.01 0.21 0.43
HSL 58.06º 0.12% 0.51% -
HSV(B) 58.06º 0.21% 0.57% -
XYZ 24.69 27.18 19.86 -
YUV 140.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 145 144 114 0 0.01 0.21 0.43 58.06 0.12 0.51
Hex 91 90 72 0 1 15 2B 3A C 33
Octal 221 220 162 0 1 25 53 72 14 63
Binary 10010001 10010000 1110010 0 1 10101 101011 111010 1100 110011

Color Harmonies of #919072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919072

Black with #919072

Text Example


Text Example

White with #919072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919072; }

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

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

background-color css

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

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

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

border-color css

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

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

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