Html Css Color HEX #929475 Malachite Green

📋 copy color: '#929475'

red 146 ◦ green 148 ◦ blue 117

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

Shades of Malachite Green #929475

Tints of Malachite Green #929475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.01%

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

R = 35.52%
G = 36.01%
B = 28.47%

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

#929475 (or 0x929475) is known color: Malachite Green. HEX triplet: 92, 94 and 75. RGB value is (146,148,117). Sum of RGB (Red+Green+Blue) = 146+148+117=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 148 - color contains mainly: green. Hex color #929475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929475 is #6D6B8A. Grayscale: #8F8F8F. Windows color (decimal): -7170955 or 7705746. OLE color: 7705746.

HSL color Cylindrical-coordinate representation of color #929475: hue angle of 63.87º 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 #929475 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 146 148 117 -
CMYK 0.01 0 0.21 0.42
HSL 63.87º 0.13% 0.52% -
HSV(B) 63.87º 0.21% 0.58% -
XYZ 25.65 28.58 20.99 -
YUV 143.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 146 148 117 0.01 0 0.21 0.42 63.87 0.13 0.52
Hex 92 94 75 1 0 15 2A 40 D 34
Octal 222 224 165 1 0 25 52 100 15 64
Binary 10010010 10010100 1110101 1 0 10101 101010 1000000 1101 110100

Color Harmonies of #929475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929475

Black with #929475

Text Example


Text Example

White with #929475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929475; }

 p { color: rgb(146,148,117); }

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

background-color css

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

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

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

border-color css

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

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

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