Html Css Color HEX #939375 Malachite Green

📋 copy color: '#939375'

red 147 ◦ green 147 ◦ blue 117

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

Shades of Malachite Green #939375

Tints of Malachite Green #939375

RGB

 RED value IS 147 (57.81% from 255) = 35.77%

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

 BLUE value IS 117 (46.09% from 255) = 28.47%

R = 35.77%
G = 35.77%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#939375 (or 0x939375) is known color: Malachite Green. HEX triplet: 93, 93 and 75. RGB value is (147,147,117). Sum of RGB (Red+Green+Blue) = 147+147+117=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 147 - color contains mainly: red, green. Hex color #939375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939375 is #6C6C8A. Grayscale: #8F8F8F. Windows color (decimal): -7105675 or 7705491. OLE color: 7705491.

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

Color convert

RGB 147 147 117 -
CMYK 0 0 0.20 0.42
HSL 60º 0.12% 0.52% -
HSV(B) 60º 0.2% 0.58% -
XYZ 25.68 28.35 20.95 -
YUV 143.58 113 130.44 -
System Red Green Blue C M Y K H S L
Decimal 147 147 117 0 0 0.20 0.42 60 0.12 0.52
Hex 93 93 75 0 0 14 2A 3C C 34
Octal 223 223 165 0 0 24 52 74 14 64
Binary 10010011 10010011 1110101 0 0 10100 101010 111100 1100 110100

Color Harmonies of #939375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939375

Black with #939375

Text Example


Text Example

White with #939375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939375; }

 p { color: rgb(147,147,117); }

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

background-color css

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

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

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

border-color css

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

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

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