Html Css Color HEX #999C75 Malachite Green

📋 copy color: '#999C75'

red 153 ◦ green 156 ◦ blue 117

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

Shades of Malachite Green #999C75

Tints of Malachite Green #999C75

RGB

 RED value IS 153 (60.16% from 255) = 35.92%

 GREEN value IS 156 (61.33% from 255) = 36.62%

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

R = 35.92%
G = 36.62%
B = 27.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#999C75 (or 0x999C75) is known color: Malachite Green. HEX triplet: 99, 9C and 75. RGB value is (153,156,117). Sum of RGB (Red+Green+Blue) = 153+156+117=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 156 - color contains mainly: green. Hex color #999C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C75 is #66638A. Grayscale: #969696. Windows color (decimal): -6710155 or 7707801. OLE color: 7707801.

HSL color Cylindrical-coordinate representation of color #999C75: hue angle of 64.62º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #999C75 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 156 117 -
CMYK 0.02 0 0.25 0.39
HSL 64.62º 0.16% 0.54% -
HSV(B) 64.62º 0.25% 0.61% -
XYZ 28.24 31.83 21.49 -
YUV 150.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 153 156 117 0.02 0 0.25 0.39 64.62 0.16 0.54
Hex 99 9C 75 2 0 19 27 41 10 36
Octal 231 234 165 2 0 31 47 101 20 66
Binary 10011001 10011100 1110101 10 0 11001 100111 1000001 10000 110110

Color Harmonies of #999C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999C75

Black with #999C75

Text Example


Text Example

White with #999C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999C75; }

 p { color: rgb(153,156,117); }

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

background-color css

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

 a { background-color: rgb(153,156,117); }

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

border-color css

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

 span { border-color: rgb(153,156,117); }

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