Html Css Color HEX #949066 Malachite Green

📋 copy color: '#949066'

red 148 ◦ green 144 ◦ blue 102

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

Shades of Malachite Green #949066

Tints of Malachite Green #949066

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.55%

 BLUE value IS 102 (40.23% from 255) = 25.89%

R = 37.56%
G = 36.55%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#949066 (or 0x949066) is known color: Malachite Green. HEX triplet: 94, 90 and 66. RGB value is (148,144,102). Sum of RGB (Red+Green+Blue) = 148+144+102=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #949066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949066 is #6B6F99. Grayscale: #8C8C8C. Windows color (decimal): -7040922 or 6721684. OLE color: 6721684.

HSL color Cylindrical-coordinate representation of color #949066: hue angle of 54.78º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #949066 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 144 102 -
CMYK 0 0.03 0.31 0.42
HSL 54.78º 0.18% 0.49% -
HSV(B) 54.78º 0.31% 0.58% -
XYZ 24.58 27.2 16.53 -
YUV 140.41 106.33 133.42 -
System Red Green Blue C M Y K H S L
Decimal 148 144 102 0 0.03 0.31 0.42 54.78 0.18 0.49
Hex 94 90 66 0 3 1F 2A 37 12 31
Octal 224 220 146 0 3 37 52 67 22 61
Binary 10010100 10010000 1100110 0 11 11111 101010 110111 10010 110001

Color Harmonies of #949066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949066

Black with #949066

Text Example


Text Example

White with #949066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949066; }

 p { color: rgb(148,144,102); }

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

background-color css

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

 a { background-color: rgb(148,144,102); }

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

border-color css

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

 span { border-color: rgb(148,144,102); }

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