Html Css Color HEX #999D4F Green Smoke

📋 copy color: '#999D4F'

red 153 ◦ green 157 ◦ blue 79

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

Shades of Green Smoke #999D4F

Tints of Green Smoke #999D4F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.36%

 BLUE value IS 79 (31.25% from 255) = 20.31%

R = 39.33%
G = 40.36%
B = 20.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#999D4F (or 0x999D4F) is known color: Green Smoke. HEX triplet: 99, 9D and 4F. RGB value is (153,157,79). Sum of RGB (Red+Green+Blue) = 153+157+79=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 157 - color contains mainly: green. Hex color #999D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999D4F is #6662B0. Grayscale: #939393. Windows color (decimal): -6709937 or 5217689. OLE color: 5217689.

HSL color Cylindrical-coordinate representation of color #999D4F: hue angle of 63.08º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #999D4F is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 157 79 -
CMYK 0.03 0 0.50 0.38
HSL 63.08º 0.33% 0.46% -
HSV(B) 63.08º 0.5% 0.62% -
XYZ 26.61 31.45 12.07 -
YUV 146.91 89.67 132.34 -
System Red Green Blue C M Y K H S L
Decimal 153 157 79 0.03 0 0.50 0.38 63.08 0.33 0.46
Hex 99 9D 4F 3 0 32 26 3F 21 2E
Octal 231 235 117 3 0 62 46 77 41 56
Binary 10011001 10011101 1001111 11 0 110010 100110 111111 100001 101110

Color Harmonies of #999D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999D4F

Black with #999D4F

Text Example


Text Example

White with #999D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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