Html Css Color HEX #929374 Malachite Green

📋 copy color: '#929374'

red 146 ◦ green 147 ◦ blue 116

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

Shades of Malachite Green #929374

Tints of Malachite Green #929374

RGB

 RED value IS 146 (57.42% from 255) = 35.7%

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

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

R = 35.7%
G = 35.94%
B = 28.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#929374 (or 0x929374) is known color: Malachite Green. HEX triplet: 92, 93 and 74. RGB value is (146,147,116). Sum of RGB (Red+Green+Blue) = 146+147+116=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #929374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929374 is #6D6C8B. Grayscale: #8F8F8F. Windows color (decimal): -7171212 or 7639954. OLE color: 7639954.

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

Color convert

RGB 146 147 116 -
CMYK 0.01 0 0.21 0.42
HSL 61.94º 0.13% 0.52% -
HSV(B) 61.94º 0.21% 0.58% -
XYZ 25.44 28.24 20.63 -
YUV 143.17 112.67 130.02 -
System Red Green Blue C M Y K H S L
Decimal 146 147 116 0.01 0 0.21 0.42 61.94 0.13 0.52
Hex 92 93 74 1 0 15 2A 3E D 34
Octal 222 223 164 1 0 25 52 76 15 64
Binary 10010010 10010011 1110100 1 0 10101 101010 111110 1101 110100

Color Harmonies of #929374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929374

Black with #929374

Text Example


Text Example

White with #929374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929374; }

 p { color: rgb(146,147,116); }

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

background-color css

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

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

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

border-color css

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

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

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