Html Css Color HEX #949675 Malachite Green

📋 copy color: '#949675'

red 148 ◦ green 150 ◦ blue 117

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

Shades of Malachite Green #949675

Tints of Malachite Green #949675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.14%

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

R = 35.66%
G = 36.14%
B = 28.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#949675 (or 0x949675) is known color: Malachite Green. HEX triplet: 94, 96 and 75. RGB value is (148,150,117). Sum of RGB (Red+Green+Blue) = 148+150+117=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 150 - color contains mainly: green. Hex color #949675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949675 is #6B698A. Grayscale: #919191. Windows color (decimal): -7039371 or 7706260. OLE color: 7706260.

HSL color Cylindrical-coordinate representation of color #949675: hue angle of 63.64º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #949675 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 150 117 -
CMYK 0.01 0 0.22 0.41
HSL 63.64º 0.14% 0.52% -
HSV(B) 63.64º 0.22% 0.59% -
XYZ 26.33 29.39 21.12 -
YUV 145.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 148 150 117 0.01 0 0.22 0.41 63.64 0.14 0.52
Hex 94 96 75 1 0 16 29 40 E 34
Octal 224 226 165 1 0 26 51 100 16 64
Binary 10010100 10010110 1110101 1 0 10110 101001 1000000 1110 110100

Color Harmonies of #949675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949675

Black with #949675

Text Example


Text Example

White with #949675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949675; }

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

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

background-color css

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

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

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

border-color css

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

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

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