Html Css Color HEX #919068 Malachite Green

📋 copy color: '#919068'

red 145 ◦ green 144 ◦ blue 104

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

Shades of Malachite Green #919068

Tints of Malachite Green #919068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.46%

R = 36.9%
G = 36.64%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#919068 (or 0x919068) is known color: Malachite Green. HEX triplet: 91, 90 and 68. RGB value is (145,144,104). Sum of RGB (Red+Green+Blue) = 145+144+104=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #919068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919068 is #6E6F97. Grayscale: #8B8B8B. Windows color (decimal): -7237528 or 6852753. OLE color: 6852753.

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

Color convert

RGB 145 144 104 -
CMYK 0 0.01 0.28 0.43
HSL 58.54º 0.16% 0.49% -
HSV(B) 58.54º 0.28% 0.57% -
XYZ 24.15 26.97 17.03 -
YUV 139.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 145 144 104 0 0.01 0.28 0.43 58.54 0.16 0.49
Hex 91 90 68 0 1 1C 2B 3B 10 31
Octal 221 220 150 0 1 34 53 73 20 61
Binary 10010001 10010000 1101000 0 1 11100 101011 111011 10000 110001

Color Harmonies of #919068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919068

Black with #919068

Text Example


Text Example

White with #919068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919068; }

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

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

background-color css

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

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

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

border-color css

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

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

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