Html Css Color HEX #9D9968 Malachite Green

📋 copy color: '#9D9968'

red 157 ◦ green 153 ◦ blue 104

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

Shades of Malachite Green #9D9968

Tints of Malachite Green #9D9968

RGB

 RED value IS 157 (61.72% from 255) = 37.92%

 GREEN value IS 153 (60.16% from 255) = 36.96%

 BLUE value IS 104 (41.02% from 255) = 25.12%

R = 37.92%
G = 36.96%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9D9968 (or 0x9D9968) is known color: Malachite Green. HEX triplet: 9D, 99 and 68. RGB value is (157,153,104). Sum of RGB (Red+Green+Blue) = 157+153+104=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9968 is #626697. Grayscale: #949494. Windows color (decimal): -6448792 or 6855069. OLE color: 6855069.

HSL color Cylindrical-coordinate representation of color #9D9968: hue angle of 55.47º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D9968 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 153 104 -
CMYK 0 0.03 0.34 0.38
HSL 55.47º 0.21% 0.51% -
HSV(B) 55.47º 0.34% 0.62% -
XYZ 27.79 30.95 17.61 -
YUV 148.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 157 153 104 0 0.03 0.34 0.38 55.47 0.21 0.51
Hex 9D 99 68 0 3 22 26 37 15 33
Octal 235 231 150 0 3 42 46 67 25 63
Binary 10011101 10011001 1101000 0 11 100010 100110 110111 10101 110011

Color Harmonies of #9D9968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9968

Black with #9D9968

Text Example


Text Example

White with #9D9968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D9968; }

 p { color: rgb(157,153,104); }

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

background-color css

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

 a { background-color: rgb(157,153,104); }

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

border-color css

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

 span { border-color: rgb(157,153,104); }

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