Html Css Color HEX #949575 Malachite Green

📋 copy color: '#949575'

red 148 ◦ green 149 ◦ blue 117

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

Shades of Malachite Green #949575

Tints of Malachite Green #949575

RGB

 RED value IS 148 (58.2% from 255) = 35.75%

 GREEN value IS 149 (58.59% from 255) = 35.99%

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

R = 35.75%
G = 35.99%
B = 28.26%

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

#949575 (or 0x949575) is known color: Malachite Green. HEX triplet: 94, 95 and 75. RGB value is (148,149,117). Sum of RGB (Red+Green+Blue) = 148+149+117=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 149 - color contains mainly: green. Hex color #949575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949575 is #6B6A8A. Grayscale: #919191. Windows color (decimal): -7039627 or 7706004. OLE color: 7706004.

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

Color convert

RGB 148 149 117 -
CMYK 0.01 0 0.21 0.42
HSL 61.88º 0.13% 0.52% -
HSV(B) 61.88º 0.21% 0.58% -
XYZ 26.17 29.08 21.06 -
YUV 145.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 148 149 117 0.01 0 0.21 0.42 61.88 0.13 0.52
Hex 94 95 75 1 0 15 2A 3E D 34
Octal 224 225 165 1 0 25 52 76 15 64
Binary 10010100 10010101 1110101 1 0 10101 101010 111110 1101 110100

Color Harmonies of #949575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949575

Black with #949575

Text Example


Text Example

White with #949575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949575; }

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

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

background-color css

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

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

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

border-color css

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

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

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