Html Css Color HEX #949672 Malachite Green

📋 copy color: '#949672'

red 148 ◦ green 150 ◦ blue 114

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

Shades of Malachite Green #949672

Tints of Malachite Green #949672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.67%

R = 35.92%
G = 36.41%
B = 27.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#949672 (or 0x949672) is known color: Malachite Green. HEX triplet: 94, 96 and 72. RGB value is (148,150,114). Sum of RGB (Red+Green+Blue) = 148+150+114=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 150 - color contains mainly: green. Hex color #949672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949672 is #6B698D. Grayscale: #919191. Windows color (decimal): -7039374 or 7509652. OLE color: 7509652.

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

Color convert

RGB 148 150 114 -
CMYK 0.01 0 0.24 0.41
HSL 63.33º 0.15% 0.52% -
HSV(B) 63.33º 0.24% 0.59% -
XYZ 26.16 29.32 20.2 -
YUV 145.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 148 150 114 0.01 0 0.24 0.41 63.33 0.15 0.52
Hex 94 96 72 1 0 18 29 3F F 34
Octal 224 226 162 1 0 30 51 77 17 64
Binary 10010100 10010110 1110010 1 0 11000 101001 111111 1111 110100

Color Harmonies of #949672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949672

Black with #949672

Text Example


Text Example

White with #949672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949672; }

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

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

background-color css

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

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

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

border-color css

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

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

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